chris
10-03-2008, 09:47 AM
World Rally Sport offers the user the ability to have some minor controls over how they choose to display his or her content.
You can use some basic HTML to really make your content stand out from the rest.
NOTE: some fields do not support HTML. For example Group descriptions currently do not support HTML coding.
Following is a brief description of what HTML you can use!
Linking via Anchors:
Anchors are used to make links to other pages.
<a href="http://www.worldrallysport.com">World Rally Sport</a>
Will produce World Rally Sport (http://www.worldrallysport.com)
Emphasized <em>Emphasized</em>
will produce Emphasized
Strong <strong>Strong</strong>
will produce Strong
You can make unordered and ordered lists!
Unordered list - use the <li> to begin each list item
<ul> <li>First item</li> <li>Second item</li> </ul>
* First item
* Second item
Ordered list - use the <li> to begin each list item
<ol> <li>First item</li> <li>Second item</li> </ol>
1. First item
2. Second item
Definition Lists
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. <dl> <dt>First term</dt> <dd>First definition</dd> <dt>Second term</dt> <dd>Second definition</dd> </dl>
First term
First definition
Second term
Second definition
----------------------------------------------------------------------------------
Special Characters:
Ampersand type & you get &
Greater than type > you get >
Less than type < you get <
Quotation mark type " you get "
----------------------------------------------------------------------------------
As the website develops we will begin moving away from HTML coding options to allowing users to seamlessly do the functions HTML provides in a more efficient and manageable way.
For the time being bare with us and utilize some basic HTML to help make your content look great!
If you have any HTML questions please post them here and we will try to answer them.
You can use some basic HTML to really make your content stand out from the rest.
NOTE: some fields do not support HTML. For example Group descriptions currently do not support HTML coding.
Following is a brief description of what HTML you can use!
Linking via Anchors:
Anchors are used to make links to other pages.
<a href="http://www.worldrallysport.com">World Rally Sport</a>
Will produce World Rally Sport (http://www.worldrallysport.com)
Emphasized <em>Emphasized</em>
will produce Emphasized
Strong <strong>Strong</strong>
will produce Strong
You can make unordered and ordered lists!
Unordered list - use the <li> to begin each list item
<ul> <li>First item</li> <li>Second item</li> </ul>
* First item
* Second item
Ordered list - use the <li> to begin each list item
<ol> <li>First item</li> <li>Second item</li> </ol>
1. First item
2. Second item
Definition Lists
Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. <dl> <dt>First term</dt> <dd>First definition</dd> <dt>Second term</dt> <dd>Second definition</dd> </dl>
First term
First definition
Second term
Second definition
----------------------------------------------------------------------------------
Special Characters:
Ampersand type & you get &
Greater than type > you get >
Less than type < you get <
Quotation mark type " you get "
----------------------------------------------------------------------------------
As the website develops we will begin moving away from HTML coding options to allowing users to seamlessly do the functions HTML provides in a more efficient and manageable way.
For the time being bare with us and utilize some basic HTML to help make your content look great!
If you have any HTML questions please post them here and we will try to answer them.