HighDots Forums  

Ordered list not working in any browser

alt.html alt.html


Discuss Ordered list not working in any browser in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
andynagai@verizon.net
 
Posts: n/a

Default Ordered list not working in any browser - 04-05-2006 , 01:14 PM






hi

I simply want a numbered list to display within a table cell. Ive tried
the code below. Always shows bullets. Ive even tried setting the
list-style-type css property to 1 for each li item. It always shows
bullets. When I do this in a rather complex html page it doesnt work,
but when i just do this in a very simple html page that just shows this
it shows the numbers. Why does it not show a numbered list? Doesnt work
in ie or firefox.

<ol>
<li>text text</li>
<li>text text</li>
</ol>


Reply With Quote
  #2  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Ordered list not working in any browser - 04-05-2006 , 01:30 PM






andynagai (AT) verizon (DOT) net wrote:

Quote:
I simply want a numbered list to display within a table cell. Ive tried
the code below. Always shows bullets. Ive even tried setting the
list-style-type css property to 1 for each li item.
1 is not an allowed value for that property, set it to decimal instead.
And setting it for the ol rather than for each li would probably be
more efficient.

Quote:
It always shows
bullets. When I do this in a rather complex html page it doesnt work,
but when i just do this in a very simple html page that just shows this
it shows the numbers. Why does it not show a numbered list? Doesnt work
in ie or firefox.

ol
li>text text</li
li>text text</li
/ol
Obviously the "rather complex html page" is factor in why it doesn't
work, so unless you can provide a URL we can only guess what's wrong.

Steve



Reply With Quote
  #3  
Old   
JDS
 
Posts: n/a

Default Re: Ordered list not working in any browser - 04-05-2006 , 02:37 PM



On Wed, 05 Apr 2006 10:14:11 -0700, andynagai wrote:

Quote:
When I do this in a rather complex html page it doesnt work,
Well, then, showing the snippet of code here won't help anybody

--
JDS | jeffrey (AT) example (DOT) invalid



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.