Font Commands

These all work (ISO-8859-1) character set.

<FONT SIZE=+3> - This increases the text size by 3 over default(12). As standard it can be -2 to +4 but you can go outside these.
</Font> back to default 0 (12)
-2(8), -1(10), 0(12), +1(14), +2(18), +3(24), +4(36)
<FONT COLOR=#000000> - change text colour, this is black (See Colour Table)
</FONT> This ends the font command

<BIG>Big Text</BIG> - text larger by 1
<B>bold text </B> - bold text

<EM>Emphasize</EM>Emphasize (looks like italics)
<I>italic</I> - italic text
<S>Strike through</S> - STRIKE strike-through text style
<SMALL>Smaller Text</SMALL> - text is a smaller by 1
<STRIKE>Strike through</STRIKE> - STRIKE strike-through text style
<STRONG>Strong</STRONG> - STRONG Bold text
<SUB>Subscript</SUB> - SUB places text in subscript style
<SUP>Superscript</SUP> - SUP places text in superscript style
<U>Underlined</U> - underlined

Address, Formatted, TT, H1 etc. affects everything on the line not just the text between the commands
 

<ADDRESS>Address</ADDRESS> - Address this affects everything on the line
<Formatted>Formatted</Formatted>

<H1>Heading 1</H1> - Heading 1

<H2>Heading 2</H2> - Heading 2

<H3>Heading 3</H3> - Heading 3

<H4>Heading 4</H4> - Heading 4

<H5>Heading 5</H5> - Heading 5
<H6>Heading 6</H6> - Heading 6
<TT>Teletype</TT> - TT teletype or monospaced text

OTHER CODES

Other codes in the iso-8859-1 HTML 4.0 character set.
&nbsp; - a single space, if you find a blank line vanishes between paragraphs or instead of seeing a blank cell in a table, it's because you must have a space.
&cent; - ¢ cent sign
&pound; - £ pound sign
&euro; - € euro sign
&lt; - < lessthan
&gt; - > greater than
&deg; - ° degree sign
&plusmn; - ± plus-or-minus sign
&sup2; - ² superscript two (squared)
&sup3; - ³ superscript three (cubed)
&frac14; - ¼  fraction one quarter
&frac12; - ½  fraction one half
&frac34; - ¾ fraction three quarters
&amp; - & ampersand
&copy; - © copyright
&reg; - ® registered
There are loads more check them out on the internet if you need something different.
&zwnj;


<!-     --> allows you to leave notes in the page that can only be seen as source code, these could be build notes or reminders to add something later.

 <BLOCKQUOTE> </BLOCKQUOTE> - I use this alot all it does is to Indent the text/images so you get a nice gap either side of the screen. ( well I like it, hence the gaps either side)
<BR> Line Break
 
 
Shift + Enter - Line Break

<P> - Begin new paragraph  </P> - End new paragraph (optional)
 

<HR SIZE=5 WIDTH="90%">- horizontal line see below, size = height 5, width is 90 % of screen. No Blockquote.

<HR SIZE=5 WIDTH="100%"> - horizontal line see below, size = height 5, width is 100 % of screen. No Blockquote.

<HR SIZE=5 WIDTH="100%"> - horizontal line see below, size = height 5, width is 100% of screen but it's within a blockquote area.


ALIGNMENT of text or images
Right <DIV ALIGN=right>
left is the default it doesn't have a command.
<CENTER>-standard centre justified</CENTER> - standard centre justified
<DIV ALIGN=right>- standard right justified</DIV> - standard right justified
 
<FONT SIZE=+1>- standard left justified</FONT> - standard left justified, just font size +1
 One finally note on this page, change the size of your screen occasionally (drag the side in and out) and see what your pages look like as whatever your screen is set at, someone else will use a different size, I use a laptop with 1024 x 768 screen ouput but others may use wide screen monitors so remember it will look different on each, especailly if you break the text into lines so you might find on a different screen each line becomes 1 line followed by an odd word or so. I try to stick with paragraphs and let it sort itself out. If your using a wide screen, becareful you can end up with bits that no-one knows are there.


Home

SOURCE CODE

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="nik">
   <meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]">
   <meta name="Description" content="Html Font Commands">
   <meta name="KeyWords" content="simple,font,htm,html,web,www,internet,edit">
   <title>Font Commands</title>
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body text="#000000" bgcolor="#FFFF99" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<center>
<h1>
Font Commands</h1></center>

<blockquote>T<font size=+1>hese all work (ISO-8859-1) character set.</font>
<p><font size=+1>&lt;FONT SIZE=+3> - This increases the text size by 3
over default(12). As standard it can be -2 to +4 but you can go outside
these.</font>
<br><font size=+1>&lt;/Font> back to default 0 (12)</font>
<br><font size=-2>-2(8)</font><font size=+1>, </font><font size=-1>-1(10)</font><font size=+1>,
</font>0(12)<font size=+1>,
+1(14), </font><font size=+2>+2(18)</font><font size=+1>,
</font><font size=+3>+3(24)</font><font size=+1>,
</font><font size=+4>+4(36)</font>
<br><font size=+1>&lt;FONT COLOR=#000000> - change text colour, this is
black (See Colour Table)</font>
<br><font size=+1>&lt;/FONT> This ends the font command</font>
<p><font size=+1>&lt;BIG>Big Text&lt;/BIG> </font><font size=+2>- text
larger by 1</font>
<br><font size=+1>&lt;B>bold text &lt;/B> - <b>bold text</b></font>
<p><font size=+1>&lt;EM>Emphasize&lt;/EM><i>Emphasize (looks like italics)</i></font>
<br><font size=+1>&lt;I>italic&lt;/I> - <i>italic text</i></font>
<br><font size=+1>&lt;S>Strike through&lt;/S> - <strike>STRIKE strike-through
text style</strike></font>
<br><font size=+1>&lt;SMALL>Smaller Text&lt;/SMALL> - </font><font size=+0>text
is a smaller by 1</font>
<br><font size=+1>&lt;STRIKE>Strike through&lt;/STRIKE> - <strike>STRIKE
strike-through text style</strike></font>
<br><font size=+1>&lt;STRONG>Strong&lt;/STRONG> - <b>STRONG Bold text</b></font>
<br><font size=+1>&lt;SUB>Subscript&lt;/SUB> - <sub>SUB places text in
subscript style</sub></font>
<br><font size=+1>&lt;SUP>Superscript&lt;/SUP> - <sup>SUP places text in
superscript style</sup></font>
<br><font size=+1>&lt;U>Underlined&lt;/U> - <u>underlined</u></font>
<p><font size=+1>Address, Formatted, TT, H1 etc. affects everything on
the line not just the text between the commands</font>
<br><font size=+1>&nbsp;</font>
<address>
&lt;ADDRESS>Address&lt;/ADDRESS> - Address this affects everything on the
line</address>

<pre><font size=+1>&lt;Formatted>Formatted&lt;/Formatted></font></pre>

<h1>
&lt;H1>Heading 1&lt;/H1> - Heading 1</h1>

<h2>
&lt;H2>Heading 2&lt;/H2> - Heading 2</h2>

<h3>
&lt;H3>Heading 3&lt;/H3> - Heading 3</h3>

<h4>
&lt;H4>Heading 4&lt;/H4> - Heading 4</h4>

<h5>
&lt;H5>Heading 5&lt;/H5> - Heading 5</h5>

<h6>
&lt;H6>Heading 6&lt;/H6> - Heading 6</h6>
<tt>&lt;TT>Teletype&lt;/TT> - TT teletype or monospaced text</tt>
<center>
<h3>
<b><font size=+1>OTHER CODES</font></b></h3></center>
<font size=+1>Other codes in the iso-8859-1 HTML 4.0 character set.</font>
<br><font size=+1>&amp;nbsp; - a single space, if you find a blank line
vanishes between paragraphs or instead of seeing a blank cell in a table,
it's because you must have a space.</font>
<br><font size=+1>&amp;cent; - &cent; cent sign</font>
<br><font size=+1>&amp;pound; - &pound; pound sign</font>
<br><font size=+1>&amp;euro; - &euro; euro sign</font>
<br><font size=+1>&amp;lt; - &lt; lessthan</font>
<br><font size=+1>&amp;gt; - > greater than</font>
<br><font size=+1>&amp;deg; - &deg; degree sign</font>
<br><font size=+1>&amp;plusmn; - &plusmn; plus-or-minus sign</font>
<br><font size=+1>&amp;sup2; - &sup2; superscript two (squared)</font>
<br><font size=+1>&amp;sup3; - &sup3; superscript three (cubed)</font>
<br><font size=+1>&amp;frac14; - &frac14;&nbsp; fraction one quarter</font>
<br><font size=+1>&amp;frac12; - &frac12;&nbsp; fraction one half</font>
<br><font size=+1>&amp;frac34; - &frac34; fraction three quarters</font>
<br><font size=+1>&amp;amp; - &amp; ampersand</font>
<br><font size=+1>&amp;copy; - &copy; copyright</font>
<br><font size=+1>&amp;reg; - &reg; registered</font>
<br><font size=+1>There are loads more check them out on the internet if
you need something different.</font>
<br><font size=+1>&amp;zwnj;</font></blockquote>

<p><br><font size=+1>&lt;!-&nbsp;&nbsp;&nbsp;&nbsp; --> allows you to leave
notes in the page that can only be seen as source code, these could be
build notes or reminders to add something later.</font>
<blockquote><font size=+1>&nbsp;&lt;BLOCKQUOTE> &lt;/BLOCKQUOTE> - I use
this alot all it does is to Indent the text/images so you get a nice gap
either side of the screen. ( well I like it, hence the gaps either side)</font></blockquote>
<font size=+1>&lt;BR> Line Break</font>
<br>&nbsp;
<br>&nbsp;
<blockquote><font size=+1>Shift + Enter - Line Break</font>
<p><font size=+1>&lt;P> - Begin new paragraph&nbsp; &lt;/P> - End new paragraph
(optional)</font>
<br>&nbsp;</blockquote>
<font size=+1>&lt;HR SIZE=5 WIDTH="90%">- horizontal line see below, size
= height 5, width is 90 % of screen. No Blockquote.</font>
<hr SIZE=5 WIDTH="90%">
<br><font size=+1>&lt;HR SIZE=5 WIDTH="100%"> - horizontal line see below,
size = height 5, width is 100 % of screen. No Blockquote.</font>
<br>
<hr SIZE=5 WIDTH="100%">
<blockquote><font size=+1>&lt;HR SIZE=5 WIDTH="100%"> - horizontal line
see below, size = height 5, width is 100% of screen but it's within a blockquote
area.</font>
<p>
<hr SIZE=5 WIDTH="100%">
<center><font size=+1>ALIGNMENT of text or images</font></center>
</blockquote>

<blockquote>
<div align=right><font size=+1>Right &lt;DIV ALIGN=right></font></div>
</blockquote>

<blockquote><font size=+1>left is the default it doesn't have a command.</font>
<center><font size=+1>&lt;CENTER>-standard centre justified&lt;/CENTER>
- standard centre justified</font></center>
</blockquote>

<blockquote>
<div align=right><font size=+1>&lt;DIV ALIGN=right>- standard right justified&lt;/DIV>
- standard right justified</font></div>
</blockquote>

<blockquote>&nbsp;
<br><font size=+1>&lt;FONT SIZE=+1>- standard left justified&lt;/FONT>
- standard left justified, just font size +1</font>
<br><font size=+1>&nbsp;One finally note on this page, change the size
of your screen occasionally (drag the side in and out) and see what your
pages look like as whatever your screen is set at, someone else will use
a different size, I use a laptop with 1024 x 768 screen ouput but others
may use wide screen monitors so remember it will look different on each,
especailly if you break the text into lines so you might find on a different
screen each line becomes 1 line followed by an odd word or so. I try to
stick with paragraphs and let it sort itself out.<b> If your using a wide
screen, becareful you can end up with bits that no-one knows are there.</b></font></blockquote>

<center>
<p><br><a href="index.htm"><img SRC="but_home.gif" ALT="Home" BORDER=0 title="Home" height=32 width=128></a></center>

<center>
<h2>
<font size=+1>SOURCE CODE</font></h2></center>

<blockquote><font size=+1>&lt;!doctype html public "-//w3c//dtd html 4.0
transitional//en"></font>
<br><font size=+1>&lt;html></font>
<br><font size=+1>&lt;head></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="Author" content="nik"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="GENERATOR" content="Mozilla/4.8
[en] (Windows NT 5.0; U) [Netscape]"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="Description" content="Html
Font Commands"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="KeyWords" content="simple,font,htm,html,web,www,internet,edit"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;title>Font Commands&lt;/title></font>
<br><font size=+1>&lt;link rel="shortcut icon" href="favicon.ico" ></font>
<br><font size=+1>&lt;/head></font>
<br><font size=+1>&lt;body text="#000000" bgcolor="#FFFF99" link="#0000EE"
vlink="#551A8B" alink="#FF0000"></font>
<p><font size=+1>&lt;center></font>
<br><font size=+1>&lt;h1></font>
<br><font size=+1>Font Commands&lt;/h1>&lt;/center></font>
<p><font size=+1>&lt;blockquote>T&lt;font size=+1>hese all work (ISO-8859-1)
character set.&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>no indentation of the first line&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>- positive indent, 10% of the
width of the page</font>
<br><font size=+1>This increases the text size by 3 over default(12). As
standard it can be -2 to +4 but you can go outside these.&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>positive indent, 5 emThis increases
the text size by 3 over default(12). As standard it can be -2 to +4 but
you can go outside these.&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>negative indent, 10 ptThis increases
the text size by 3 over default(12). As standard it can be -2 to +4 but
you can go outside these.&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>negative indent, 10 pixelsThis
increases the text size by 3 over default(12). As standard it can be -2
to +4 but you can go outside these.&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>&amp;lt;FONT SIZE=+3> - This increases
the text size by 3 over default(12). As standard it can be -2 to +4 but
you can go outside these.&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>-2(8), -1(10), 0(12), +1(14),
+2(18), +3(24), +4(36)&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;FONT COLOR=#000000> -
change text colour, this is</font>
<br><font size=+1>black (See Colour Table)&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;/FONT> This ends the
font command&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>&amp;lt;BIG>Big Text&amp;lt;/BIG>
&lt;/font>&lt;font size=+2>- text</font>
<br><font size=+1>larger by 1&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;B>bold text &amp;lt;/B>
- &lt;b>bold text&lt;/b>&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>&amp;lt;EM>Emphasize&amp;lt;/EM>&lt;i>Emphasize
(looks like italics)&lt;/i>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;I>italic&amp;lt;/I> -
&lt;i>italic text&lt;/i>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;S>Strike through&amp;lt;/S>
- &lt;strike>STRIKE strike-through</font>
<br><font size=+1>text style&lt;/strike>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;SMALL>Smaller Text&amp;lt;/SMALL>
- &lt;/font>&lt;font size=+0>text</font>
<br><font size=+1>is a smaller by 1&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;STRIKE>Strike through&amp;lt;/STRIKE>
- &lt;strike>STRIKE</font>
<br><font size=+1>strike-through text style&lt;/strike>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;STRONG>Strong&amp;lt;/STRONG>
- &lt;b>STRONG Bold text&lt;/b>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;SUB>Subscript&amp;lt;/SUB>
- &lt;sub>SUB places text in</font>
<br><font size=+1>subscript style&lt;/sub>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;SUP>Superscript&amp;lt;/SUP>
- &lt;sup>SUP places text in</font>
<br><font size=+1>superscript style&lt;/sup>&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;U>Underlined&amp;lt;/U>
- &lt;u>underlined&lt;/u>&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>Address, Formatted, TT, H1 etc.
affects everything on the line not just the text between the comands&lt;/font></font>
<br><font size=+1>&lt;address></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;ADDRESS>Address&amp;lt;/ADDRESS>
- Address this affects everything</font>
<br><font size=+1>on the line&lt;/font>&lt;/address></font>
<p><font size=+1>&lt;br>&lt;Formatted>&lt;font size=+1>&amp;lt;Formatted>Formatted&amp;lt;/Formatted>&lt;/font>&lt;/Formatted></font>
<br><font size=+1>&lt;h1></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H1>Heading 1&amp;lt;/H1> - Heading
1&lt;/font>&lt;/h1></font>
<p><font size=+1>&lt;h2></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H2>Heading 2&amp;lt;/H2> - Heading
2&lt;/font>&lt;/h2></font>
<p><font size=+1>&lt;h3></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H3>Heading 3&amp;lt;/H3> - Heading
3&lt;/font>&lt;/h3></font>
<p><font size=+1>&lt;h4></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H4>Heading 4&amp;lt;/H4> - Heading
4&lt;/font>&lt;/h4></font>
<p><font size=+1>&lt;h5></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H5>Heading 5&amp;lt;/H5> - Heading
5&lt;/font>&lt;/h5></font>
<p><font size=+1>&lt;h6></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;H6>Heading 6&amp;lt;/H6> - Heading
6&lt;/font>&lt;/h6></font>
<br><font size=+1>&lt;tt>&lt;font size=+1>&amp;lt;TT>Teletype&amp;lt;/TT>
- TT teletype or monospaced text&lt;/font>&lt;/tt></font>
<br><font size=+1>&lt;center></font>
<br><font size=+1>&lt;h3></font>
<br><font size=+1>&lt;b>&lt;font size=+1>OTHER CODES&lt;/font>&lt;/b>&lt;/h3>&lt;/center></font>
<br><font size=+1>&lt;font size=+1>Other codes in the iso-8859-1 HTML 4.0
character set.&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;nbsp; - a single space,
if you find a blank line vanishes between paragraphs or instead of seeing
a blank cell in a table, it's because you must have a space.&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;cent; - &amp;cent; cent
sign&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;pound; - &amp;pound;
pound sign&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;euro; - &amp;euro; euro
sign&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;lt; - &amp;lt; lessthan&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;gt; - > greater than&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;deg; - &amp;deg; degree
sign&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;plusmn; - &amp;plusmn;
plus-or-minus sign&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;sup2; - &amp;sup2; superscript
two (squared)&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;sup3; - &amp;sup3; superscript
three (cubed)&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;frac14; - &amp;frac14;&amp;nbsp;
fraction one quarter&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;frac12; - &amp;frac12;&amp;nbsp;
fraction one half&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;frac34; - &amp;frac34;
fraction three quarters&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;amp; - &amp;amp; ampersand&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;copy; - &amp;copy; copyright&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;reg; - &amp;reg; registered&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>There are loads more check them
out on the internet if you need something different.&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;amp;zwnj;&lt;/font>&lt;/blockquote></font>
<p><font size=+1>&lt;p>&lt;br>&lt;font size=+1>&amp;lt;!-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
--> allows you to leave notes in the page that can only be seen as source
code, these could be build notes or reminders to add something later.&lt;/font></font>
<br><font size=+1>&lt;blockquote>&lt;font size=+1>&amp;nbsp;&amp;lt;BLOCKQUOTE>
&amp;lt;/BLOCKQUOTE> - I use this alot all it does is to Indent the text/images
so you get a nice gap either side of the screen. ( well I like it, hence
the gaps either side)&lt;/font>&lt;/blockquote></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;BR> Line Break&lt;/font></font>
<br><font size=+1>&lt;br>&amp;nbsp;</font>
<br><font size=+1>&lt;br>&amp;nbsp;</font>
<br><font size=+1>&lt;blockquote>&lt;font size=+1>Shift + Enter - Line
Break&lt;/font></font>
<br><font size=+1>&lt;p>&lt;font size=+1>&amp;lt;P> - Begin new paragraph&amp;nbsp;
&amp;lt;/P> - End new paragraph</font>
<br><font size=+1>(optional)&lt;/font></font>
<br><font size=+1>&lt;br>&amp;nbsp;&lt;/blockquote></font>
<br><font size=+1>&lt;font size=+1>&amp;lt;HR SIZE=5 WIDTH="90%">- horizontal
line see below, size</font>
<br><font size=+1>= height 5, width is 90 % of screen. No Blockquote.&lt;/font></font>
<br><font size=+1>&lt;hr SIZE=5 WIDTH="90%"></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;HR SIZE=5 WIDTH="100%">
- horizontal line see below,</font>
<br><font size=+1>size = height 5, width is 100 % of screen. No Blockquote.&lt;/font></font>
<br><font size=+1>&lt;br></font>
<br><font size=+1>&lt;hr SIZE=5 WIDTH="100%"></font>
<br><font size=+1>&lt;blockquote>&lt;font size=+1>&amp;lt;HR SIZE=5 WIDTH="100%">
- horizontal line</font>
<br><font size=+1>see below, size = height 5, width is 100% of screen but
it's within a blockquote</font>
<br><font size=+1>area.&lt;/font></font>
<br><font size=+1>&lt;p></font>
<br><font size=+1>&lt;hr SIZE=5 WIDTH="100%"></font>
<br><font size=+1>&lt;center>&lt;font size=+1>ALIGNMENT of text or images&lt;/font>&lt;/center></font>
<br><font size=+1>&lt;/blockquote></font>
<p><font size=+1>&lt;blockquote></font>
<br><font size=+1>&lt;div align=right>&lt;font size=+1>Right &amp;lt;DIV
ALIGN=right>&lt;/font>&lt;/div></font>
<br><font size=+1>&lt;/blockquote></font>
<p><font size=+1>&lt;blockquote>&lt;font size=+1>left is the default it
doesn't have a command.&lt;/font></font>
<br><font size=+1>&lt;center>&lt;font size=+1>&amp;lt;CENTER>-standard
centre justified&amp;lt;/CENTER></font>
<br><font size=+1>- standard centre justified&lt;/font>&lt;/center></font>
<br><font size=+1>&lt;/blockquote></font>
<p><font size=+1>&lt;blockquote></font>
<br><font size=+1>&lt;div align=right>&lt;font size=+1>&amp;lt;DIV ALIGN=right>-
standard right justified&amp;lt;/DIV></font>
<br><font size=+1>- standard right justified&lt;/font>&lt;/div></font>
<br><font size=+1>&lt;/blockquote></font>
<p><font size=+1>&lt;blockquote>&amp;nbsp;</font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;lt;FONT SIZE=+1>- standard
left justified&amp;lt;/FONT></font>
<br><font size=+1>- standard left justified, just font size +1&lt;/font></font>
<br><font size=+1>&lt;br>&lt;font size=+1>&amp;nbsp;One finally note on
this page, change the size of your screen occasionally (drag the side in
and out) and see what your pages look like as whatever your screen is set
at, someone else will use a different size, I use a laptop with 1024 x
768 screen ouput but others may use wide screen monitors so remember it
will look different on each, especailly if you break the text into lines
so you might find on a different screen each line becomes 1 line followed
by an odd word or so. I try to stick with paragraphs and let it sort itself
out.&lt;b> If your using a wide screen, becareful you can end up with bits
that no-one knows are there.&lt;/b>&lt;/font>&lt;/blockquote></font>
<p><font size=+1>&lt;center></font>
<br><font size=+1>&lt;p>&lt;br>&lt;a href="index.htm">&lt;img SRC="but_home.gif"
ALT="Home" BORDER=0 title="Home" height=32 width=128>&lt;/a>&lt;/center></font>
<p><font size=+1>&lt;/body></font>
<br><font size=+1>&lt;/html></font></blockquote>

<center><a href="index.htm"><img SRC="but_home.gif" ALT="Home" BORDER=0 title="Home" height=32 width=128></a></center>

</body>
</html>
 

Home