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
<img src="''Your File Here''" />
Bullet Points & Numbered Lists
<ul> <li>''Each Piece of Info after a Bullet''</li> <li>''Each Piece of Info after a Bullet''</li> <ul>{That's just for bullets.}
- Bullets
- Bullets
<ol> <li>''Each Piece of Info after a Bullet''</li> <li>''Each Piece of Info after a Bullet''</li> <ol>'''{That's for numbered bullets.}
- # Bullets
- # Bullets
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.
<a name="'''anchorname'''">
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.
<a href="#'''anchorname'''">'''link'''</a>
Text
Color & Style
<div style="'''color:#FF0000'''; font:'''Arial'''">''Your Text Here''</div>NOTE:Bold is what you can edit.
Example Text Is Here
Alignment
<center>''Text Goes Here''</center>
~~OR~~
<div align="center">''Text Goes Here''</div>
Example
Other Example
Plugins
Sounds & MIDI's
<embed src="'''yourfile.mid'''" width="100%" height="100%" align="center" autostart="true" loop="true">
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