thebroadroom.net


Tag Library







 
Basic Text Formatting
Font Formatting (old)
Font Formatting (new)
Alignment
Line Breaks and Spaces
Links
Images
Images as Links




BASIC TEXT FORMATTING
text text
<b>text</b> text
<strong>text</strong> text
<i>text</i> text
<em>text</em> text
<b><i>text</i></b> text
<big>text</big> text
<big><big>text</big></big> text
<small>text</small> text
<u>text</u> text
<s>text</s> text

[ top ]



FONT FORMATTING (OLD)
<font color="blue">text</font> text
<font color="#009900">text</font> text
<font face="Times New Roman">text</font> text
<font size="6">text</font> text
<font face="Verdana" size="5" color="red">text</font> text
<font size="+1">text</font> text
<font size="-1">text</font> text

[ top ]



FONT FORMATTING (NEW)
<span style="color: blue">text</span> text
<span style="color: #009900">text</span> text
<span style="font-family:'Times New Roman',Times,serif">text</span> text
<span style="font-size: 25pt">text</span> text
<span style="font-family:Verdana,Helvetica,sans-serif;font-size:18pt;color:red">text</span> text
<span style="font-size:larger">text</span> text
<span style="font-size:smaller">text</span> text

[ top ]



ALIGNMENT
<center>text, graphics, tables, etc.</center>
text, graphics, tables, etc.
<p align="center">text, graphics, tables, etc.</p>

text, graphics, tables, etc.

<p>text, graphics, tables, etc.</p>

text, graphics, tables, etc.

<p align="left">text, graphics, tables, etc.</p>

text, graphics, tables, etc.

<p align="right">text, graphics, tables, etc.</p>

text, graphics, tables, etc.

[ top ]



LINE BREAKS AND SPACES
text, graphics, tables, etc.
<br />
text, graphics, tables, etc.
text, graphics, tables, etc.
text, graphics, tables, etc.
text, graphics, tables, etc.
<br /><br />
text, graphics, tables, etc.
text, graphics, tables, etc.

text, graphics, tables, etc.
<p>text, graphics, tables, etc.</p>
<p>
text, graphics, tables, etc.</p>

text, graphics, tables, etc.

text, graphics, tables, etc.

text and graphics
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
text and graphics
text and graphics
     text and graphics
<hr />
<hr width="50%" />
<hr width="10" />

[ top ]



LINKS
<a href="http://www.thebroadroom.net">Thebroadroom.net</a> Thebroadroom.net
<a href="http://www.thebroadroom.net" target="_blank">Thebroadroom.net</a> Thebroadroom.net (opens into a new browser window)
<a href="http://www.thebroadroom.net" target="_top">Thebroadroom.net</a> Thebroadroom.net (if the page is inside a frame, it opens the link into the full browser window)

[ top ]



IMAGES
<img src="../../default/logo_small.gif" width="50" height="47"> (text does not wrap around the image)
<img src="../../default/logo_small.gif" width="50" height="47" align="left"> (text wraps around the image)
<img src="../../default/logo_small.gif" width="50" height="47" align="right"> (text wraps around the image)

[ top ]



IMAGES AS LINKS
<a href="http://www.thebroadroom.net">
<img src="../../default/logo_small.gif" width="50" height="47"></a>
<a href="http://www.thebroadroom.net">
<img src="../../default/logo_small.gif" width="50" height="47" BORDER="0"></a>

[ top ]