Welcome to RacingInformation.com. Register or Login
Racing Info

Sponsors

Amsoil
Advertise on Racinginformation.com

Events

«February 2012»
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
26272829   

Recent comments

Syndicate

Syndicate content

compose tips

  • Allowed HTML tags: <a> <strong> <code> <blockquote> <i>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    Tag DescriptionYou TypeYou Get
    Anchors are used to make links to other pages.<a href="http://www.racinginformation.com">RacingInformation.com</a>RacingInformation.com
    Strong<strong>Strong</strong>Strong
    Coded text used to show programming source code<code>Coded</code>Coded
    Block quoted<blockquote>Block quoted</blockquote>
    Block quoted
    Italicized<i>Italicized</i>Italicized

    Most unusual characters can be directly entered without any problems.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    Character DescriptionYou TypeYou Get
    Ampersand&amp;&
    Greater than&gt;>
    Less than&lt;<
    Quotation mark&quot;"
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.