Add Link |
<a
href="LINK" target="new">TITLE</a>
Paste the desired URL in place of LINK, and the desired text for TITLE. |
Add Image |
<img
src="IMAGE"> Paste the URL of the image (not the html page). For more image options, check HTML How-tos. |
Add Italics |
<i>TEXT</i> Substitute the text you wish to italicize for TEXT. |
White Font |
Use white font for spoiler text--for example talking
about movie or TV plot details. <font color="white">SECRET MESSAGE</font> Substitute the text you wish to hide. People will have to select and highlight the text to read it. |
Faux Tag |
If you're a novice, skip this for now. Angle brackets are special characters in HTML, and can't be posted as is. You need to use the "escape sequence": < for <, > for >. Or you can click the Faux Tag button. <TEXT> Substitute the text between the escape sequence for angle brackets. |