HTML Primer

I'm not sure if our boards will allow you to use any of this... they should, but I tried a couple times and it wouldnt post it, but ah well, feel free to try it or keep this as a simple referance for other games or whatever you're inspired to do.

Okay, this page totally flopped layout wise; but I'm gonna go ahead and put it up and maybe it'll still be helpful.

Simplest and Beyond

To make text bold - <B> text here </B>
To make text italic - <I>text here</I> To make text underlined - <U>text here</U> To change text color - <font color="color">text here</font color> To change text size - <font size="size from 1 - 9, 1 being the smallest">text here</font size> To change text style - <font face="style name">text here</font face> To make a link - <a href="URL">linked text here</a> To show an image - <IMG SRC="image URL"> To put up a background color - <body bgcolor="color #"><br> To put up a background image - <body background="image URL"> Note: this generally won't work on message boards. To make a marquee - <MARQUEE>text here</MARQUEE>