Basic Codes
Bold : <b>text</b> Center text : <center>text</center> Change color : <font color="htmlcolor">text</font> Changing size : <font size="2">text</font> Changing color AND size : <font size="2" color="htmlcolor">text</font> Making a link open in a SAME window : <a href="http://link">name</a> Text with a background : <div style="width:190px; height:12px; background-color:#000000; text-align:left; color: #ffffff;">text</div> Border around your text : <FIELDSET style="width:190px; height:12px; border: 1px solid #000000;">text</FIELDSET>
Italic : <i>text</i>
Underlined: <u>text</u>Strike Through : <s>text</s>
Text on the right : <div style="text-align: right;">text</div>
Text on the left : <div style="text-align: left;">text</div>
Choose your HTML color HERE or HERE (example: black - #000000, white - #FFFFFF)
The number "2" is an example, you can put any number.
Making a link open in a NEW window : <a href="http://link" target="_blank">name</a>
**Change the width, the height, the background-color and the color text to your linking. You can replace "left" with "right" or "center" for those effects.
**Change the width, the height and the color (#000000) to your liking. You can replace "solid" with "dashed" or "dotted".
Putting a image in your description : upload the image you want on
Get the direct link (it should end in .jpg for example) and use this code: <img src=”directlink”>
Scrolling Marquee : <marquee bgcolor=”#cccccc” loop=”-1” scrollamount=”2” width=”100%”>YOUR TEXT</marquee>
** You can change the background color of your marquee by changing the HTML color code #CCCCCC to the left. The loop determines how many times the words will scroll and is set to -1, which is indefinite. It can be set to whatever you would like. The SCROLLAMOUNT determines the speed your text will scroll.
Or you can make it easy HERE :)


