Noob Saibot 38 Report post Posted April 28, 2007 The references below can be used in your board wrappers, HTML template, forum rules (in Admin CP), Board guidelines (Admin CP), website, & posts (as long as the doHTML BB Code tag is activated for that forum and group). All elements below are common use on a forum/message board. Links Start Tag: <a href=??> | End Tag: </a> Description: Used for linking to external documents or/and intrapage references. Example: <a href=?http://www.ursite.com/?>Text</a> AND <a href=?http://www.ursite.com?><img src=?http://www.yoursite.com/yourimage.png?></a> Images Start Tag: <img src=??> | End Tag: ?none? Description: Calls a Image to be displayed. Example: <img src=?http://www.yoursite.com/yourimage.png?> Bold Face Start Tag: <b> | End Tag: </b> Description: Used to denote bold text. Example: <b>My Text</b> Underline Face Start Tag: <u> | End Tag: </u> Description: Used to denote underline text. Example: <u>My Text</u> Italic Face Start Tag: <i> | End Tag: </i> Description: Used to denote italic text. Example: <i>My Text</i> Font Size Start Tag: <font size=#> | End Tag: </font> Description: Used to denote the size of text. Example: <font size=3>My Text</font> Font Color (Hex) Start Tag: <font color=#123456> | End Tag: </font> Description: Used to denote color of text by a Hex Number. Example: <font color=#000000>My Text</font> Font Color (Word) Start Tag: <font color=name> | End Tag: </font> Description: Used to denote color of text by a colors name (not all color names will work). Example: <font color=red>My Text</font> Font Style Start Tag: <font face=Text Style> | End Tag: </font> Description: Used to denote Font Style of text. Example: <font face=Arial>My Text</font> Font Color, Size, & Style Start Tag: <font color=#123456 size=# face=font name> | End Tag: </font> Description: Used to denote color, style, & size of text (can be in any order). Example: <font color=#000000 size=2 face=Arial>My Text</font> Center Start Tag: <center> | End Tag: </center> Description: Used to center elements of a webpage. Example: <center>My Text OR Image OR Table OR etc.</center> There is also the <div> tag, but that Tag will be given ]it?s own Tutorialas it can do many things. (Other HTML tags explain in other Tuts are: <span> & <table>) Share this post Link to post Share on other sites