Userpage HTML Guide
General HTML Coding Tips
This area shows some basic HTML tips for use within your userpages.Tables
<table border="1"> <tr> <td>row 1, cell 1</td> <td>row 1, cell 2</td> </tr> <tr> <td>row 2, cell 1</td> <td>row 2, cell 2</td> </tr> </table>
| row 1, cell 1 | row 1, cell 2 |
| row 2, cell 1 | row 2, cell 2 |
Images
Bullet Points & Numbered Lists
Background Color's & Images
If you would like to have an image as the background to your page, then the following is what you need.
<table border=0 background="'''image link'''" width=100%> <tr><td> CONTENT HERE </td></tr></table>Remember to change the area in bold to the link to your image file, this has to be hosted somewhere. For example, http://www.toontowncentral.com/images/imagefile.jpg
Inline Anchor Links
If you want to place links inside your userpage to other parts/sections of your userpage the following is what you need.Place the following text on the line you wish to link to. Remember to change the anchorname to a different name for each link and make sure there are no spaces in the anchorname.
<p><a name="'''anchorname'''"></a></p>
Now around your link do the following, remember to replace anchorname with the name of your anchor but remember to leave the # infront of it.
<p><a href="#'''anchorname'''">'''link'''</a> </p>
Text
Color & Style
Alignment
Plugins
Sounds & MIDI's
Movies & Animations
If you would like to embed a movie file, then the following is what you need.
<embed src="'''yourfile.mpeg'''" width="100%" height="60" align="center">
Remember to change the area in bold to the link to your movie file, this has to be hosted somewhere. For example, http://www.toontowncentral.com/files/moviefile.mpg