| Here is the "read along page" from the
Active Rain post at this link. Bold text:
<B></B> This is bold text.
Italic text:
<I></I> This is italic text.
Underlined: <U></U>
This is underlined text.
Font attributes:
<FONT FACE="Arial,Helvetica,Times New Roman"></FONT>
<FONT SIZE="5"></FONT>Font Size 5
<FONT COLOR="Red"></FONT>Red Font
You can also combine those (and should) when you use them
together:
<FONT FACE="Arial" COLOR="Red" Size="5"></FONT>
Red font in size 5
Want to place a horizontal line across the post?
Simple horizontal line: <HR />
Fat horizontal line: <HR Size="10" /> (Size is "thickness"
in pixels)
Partial horizontal line: <HR Width="50%" />
Combined: <HR Width="50%" Size="10" Color="Navy" />
Want a big heading text?
There are multiple header sizes: <H1></H1> (2, 3, 4, 5, 6)
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Need to put a line break?
This is single with no line spaces: <BR />
How about a paragraph? (Open and close tags are used)
This is a paragraph: <P>Paragraph text goes here.</P>
Insert an image. You'll need to know where ON THE
INTERNET the image is located:
<IMG SRC="http://someserver.com/somefolder/myimage.jpg">
There are several other attributes to this tag but I'm not
going into them right now ... maybe later if you beg or
throw money.
Create a URL Link:
<A HREF="http://novationmortgage.com">Link To Novation
Mortgage</A>
Novation Mortgage
|