FRONT > GUIDES AND PROCEDURES

Guide to HTML Tags


This a list of the basic HTML tags that can be used in posts at R2P.

Text Formatting
<b>Bold Text</b> - Bold Example
<u>Underline Text</u> - Underline Example
<i>Italic Text</i> - Italic Example
<big>Big Text </big> - Big Example
<small>Small Text</small> - Small Example
<font color="red">text</font> creates red text (red, blue, green, gray, black, white, etc will all work)

Adding a Link to your post
<a href="URL">URL TEXT</a> - Race2Play Link
<a href="http://www.race2play.com">Race2Play Link</a>

To make that link open a new window use the "target frame" ability ,which looks like;
<a target="_blank" href="http://www.race2play.com">Race2Play Link</a>
(add the red text)

The same can be done with an email address link:
Email Me
<a href="mailto:tmcarthur@race2play.com">Email Me</a>

Adding an Image to your post
<img src="IMAGE URL">

<img src="http://www.race2play.com/images/r2p_odologo.jpg">