<OL>
<LI>In DalaWorld you can chat, Learn and make friends!
<LI>DalaWorld is always here to help when your online!
<LI>DalaWorld was created in 2006!
<LI>DalaWorld is based around ranks, people can with certain ranks can do certain things!
</OL>
If the worst comes to the worst eat a cake makes you feel better!
Your <li> tags are not closed. Oh and avoid using capital letters for tags, some browsers (mianly smaller ones), tend not to pick them up, and it is the XHTML valid way to code).
Posts: 4460 Reputation: 84
33 / /
Joined: Dec 2004
RE: HTML Lists
You havn't ended the <li> tags with </li>
Try this..
code:<ol>
<li>In DalaWorld you can chat, Learn and make friends!</li>
<li>DalaWorld is always here to help when your online!</li>
<li>DalaWorld was created in 2006!</li>
<li>DalaWorld is based around ranks, people can with certain ranks can do certain things!</li>
</ol>
ol>
<li>In DalaWorld you can chat, Learn and make friends!</li>
<li>DalaWorld is always here to help when your online!</li>
<li>DalaWorld was created in 2006!</li>
<li>DalaWorld is based around ranks, people can with certain ranks can do certain things!</li>
</ol>
If the worst comes to the worst eat a cake makes you feel better!