HTML Lists |
Author: |
Message: |
welshboy222
Full Member
Posts: 325 Reputation: 4
29 / / –
Joined: Apr 2006
Status: Away
|
O.P. RE: HTML Lists
Still nothing
ol type=1>
<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!
|
|
07-12-2006 04:23 PM |
|
|
Chris4
Elite Member
Posts: 4460 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: HTML Lists
quote: Originally posted by welshboy222
ol type=1>
Remember the '<' ?
code: <ol type=1>
Read this and this ?
|
|
07-12-2006 04:26 PM |
|
|
Thor
Veteran Member
Awwwwwwww.
Posts: 1118 Reputation: 42
32 / – /
Joined: May 2006
|
RE: HTML Lists
quote: Originally posted by -!Felu!-
That code works fine with me .
Try
code: <OL TYPE=1>
<LI>bla
<LI>bla
<LI>bla
</OL>
Doesnt make diffrence but just a try.
That isn't the right way.
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>
That would be valid HTML
|
|
07-12-2006 04:28 PM |
|
|
welshboy222
Full Member
Posts: 325 Reputation: 4
29 / / –
Joined: Apr 2006
Status: Away
|
O.P. RE: HTML Lists
There still nothing
<ol type=1>
<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!
|
|
07-12-2006 04:29 PM |
|
|
Chris4
Elite Member
Posts: 4460 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: HTML Lists
quote: Originally posted by welshboy222
There still nothing
<ol type=1>
<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>
Well that's the correct way? Are you viewing it in Internet Explorer?
Works fine for me.
This post was edited on 07-12-2006 at 04:32 PM by Chris4.
|
|
07-12-2006 04:30 PM |
|
|
welshboy222
Full Member
Posts: 325 Reputation: 4
29 / / –
Joined: Apr 2006
Status: Away
|
O.P. RE: HTML Lists
Yes I am I want it to go in a straight line down
1.
2.
3.
4.
If the worst comes to the worst eat a cake makes you feel better!
|
|
07-12-2006 04:31 PM |
|
|
absorbation
Elite Member
Posts: 3636 Reputation: 81
– / /
Joined: Feb 2005
|
RE: HTML Lists
All tags to render 100% proberly need to be closed at all times, either by using the traling / (<br /> for example) or with another tag (<li></li> for example) .
Oh and instead of OL, try UL instead.
|
|
07-12-2006 04:31 PM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: HTML Lists
quote: Originally posted by -!Felu!-
quote: Originally posted by absorbation
Your <li> tags are not closed.
quote: Originally posted by Chris4
You havn't ended the <li> tags with </li>
<LI> tag is an empty element . So no need to close them.
yes you do you always have to close your tags
Happy Birthday, WDZ
|
|
07-12-2006 04:33 PM |
|
|
Thor
Veteran Member
Awwwwwwww.
Posts: 1118 Reputation: 42
32 / – /
Joined: May 2006
|
RE: HTML Lists
quote: Originally posted by absorbation
All tags to render 100% proberly need to be closed at all times, either by using the traling / (<br /> for example) or with another tag (<li></li> for example) .
Oh and instead of OL, try UL instead.
<ul> won't give the lines numbers
<ul> = Undefined list
<ol> = Ordered list
|
|
07-12-2006 04:33 PM |
|
|
welshboy222
Full Member
Posts: 325 Reputation: 4
29 / / –
Joined: Apr 2006
Status: Away
|
O.P. RE: HTML Lists
I'm Confused
If the worst comes to the worst eat a cake makes you feel better!
|
|
07-12-2006 04:33 PM |
|
|
Pages: (5):
« First
«
1
[ 2 ]
3
4
5
»
Last »
|
|