.::Here is the basic HTML::.
If you want to end the code, put a </> in front of it. </b>
See...

<b>
Doing that makes it bold.

<i>
Doing this, makes it italics.

<u>
Doing this, makes it underlined.

.::How to change the color::.

<font color=red>
Doing this, makes the color red.
<font color=blue>
Or blue,
<font color=yellow>
Or even yellow!

.::Heres how to add a picture::.

Find a picture you want and right click it...go to PROPERTIES and copy the URL. Go back to the board where you want to post it and PASTE IT.

Then, go back and add these info in.

<img src="http://www.oocities.org/ewf_thenewgeneration/rawlogo.jpg">

Then it will look like this.
















.::How to add a video::.
You do the same thing for a picture except a different thing to add.

<embed src="The address to the video is here">

.::More HTML::.
To have a bar go on the screen, do this.

<hr>
To have a line break, do this...

<br>
It works just like hitting enter. Its helpful when you are on html and hitting enter doesnt work.