If you add a message to a weblog in the Discussion area, you can include special HTML codes to do fancy things like make the text bold or colored or really big or all of the above.
Listed below are some of the HTML codes that you can use. The left-hand column shows what you should type into your message. The right-hand column shows what everyone else will see when your message is displayed.
HTML Code
|
The Result
|
|
Make this text <B>boldface</B>
|
Make this text boldface
|
|
Make this text <I>italicized</I>
|
Make this text italicized
|
|
Make this text <U>underlined</U>
|
Make this text underlined
|
|
<B><I><U>A wild combination </U></I></B>
|
A wild combination
|
|
Make this text <FONT SIZE="-1">smaller</FONT>
|
Make this text smaller
|
|
Make this text <FONT SIZE="-2">even
smaller</FONT>
|
Make this text even smaller
|
|
Make this text <FONT SIZE="+1">larger</FONT>
|
Make this text larger
|
|
Make this text <FONT SIZE="+2">even
larger</FONT>
|
Make this text even larger
|
|
Make this text
<FONT COLOR="#AF0000">red</FONT> or
<FONT COLOR="#0000AF">blue</FONT> or
<FONT COLOR="#00AF00">green</FONT>
|
Make this text red or
blue or
green
|
|
<FONT COLOR="#AF0000" SIZE="+2">Another combination</FONT>
|
Another combination
|
|
<P><CENTER>Make this text
centered</CENTER></P>
|
Make this text centered
|
|
<P ALIGN=RIGHT>Make this text aligned
right</P>
|
Make this text aligned right
|
|
<P>Make this text aligned left</P>
|
Make this text aligned left
|
|
<H1>Make a really big Header</H1>
|
Make a really big Header
|
|
<H2>Make a pretty big Header</H2>
|
Make a pretty big Header
|
|
<H3>Make a normal-sized Header</H3>
|
Make a normal-sized Header
|
|
<H4>Make a smaller Header</H4>
|
Make a smaller Header
|
|
Make a bullet list
<UL>
<LI>Eggs
<LI>Bread
<LI>Milk
<LI>Nachos
</UL>
|
Make a bullet list
|
|
Make a numbered list
<OL>
<LI>Son of Beast
<LI>Beast
<LI>Vortex
<LI>Drop Zone
</OL>
|
Make a numbered list
- Son of Beast
- Beast
- Vortex
- Drop Zone
|
|
Add a horizontal <HR> rule
|
Add a horizontal
rule
|
|
Force the text <BR> break to the next line.
|
Force the text
break to the next line.
|
|
Add a picture "Horizontal Pencil" in the text.
|
Add a picture in the text.
|
|
Add a link to a story "This was just a test" in the text
|
Add a link to a story This was just a test in the text
|
|
Add an outside link, like to <A
HREF="http://www.yahoo.com">Yahoo!</A>
|
Add an outside link, like to
Yahoo!
|
|
Add an email link, like to <A
HREF="mailto:jim@eos.net">Jim Stegman</A>
|
Add an email link, like to
Jim Stegman
|