Good idea, this can come in hand for people that don't know html but wanna spice up their posts or items a bit 

| « Sep. 2010 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
» posted on 5:07pm - November 06 2008 | posted by Neglection
In here I will outline common html code.
As a rule, wherever there is a space inside "the arrow pointing left" and "the arrow pointing right(I can't type it because tt recognizes it as a code and removes it)" remove it unless noted in a "**Special Note**".
EX: remove the spaces in < b >bold< / b > to make the text bold.
bold
< b >Words you want to bold< / b >
italics
< i > Words you want to be in italics< / i >
font
< font-family="Garmond, Georgia, sans-serif" >Words will be displayed using Garmond, if browser does not support Garmond, it will use Georgia, if not Georgia, then the default sans-serif font< / font >
link
< a href = "www.taintedthoughts.com" > What you want the text to say that goes to the link in the parenthases< / a >
**Special note**
The space between the "a" and "href" does actually need to be there.
Image![]()
< img src ="the link to the photo" / >
**Special Note**
The space between "img" and "src" does actually need to be there.
A complete list is as follows:
< PRE >
< BR/ >
< P >
< IMG >
< CENTER >
< A >
< B >
< I >
< U >
< FONT >
< BLOCKQUOTE >
< SPAN >
< APPLET >
< IFRAME >
< PARAM >
< OBJECT >
< EMBED >
< FORM >
< INPUT >
< BIG >
< SMALL >
--- "Common html code" has been viewed times ---

Copyleft 2010 SikoSoft. All wrongs reserved.