Preserved Topic: OL and UL (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-03-2002 23:22
Hey all! I'm having a bit of a problem. Here's my code: code: <ol>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-04-2002 00:00
Let's see the CSS. There are numerous IE bugs with list numbering; I have no personal experience with it, but maybe we could find a workaround or something. |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-04-2002 00:05
Slime: Thanks for the reply! code: body {margin: 10px;}
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-04-2002 00:09
Oh... this might be a case of incorrect HTML code. You can't have a list directly inside another list; everything within <ol> or <ul> tags needs to be within an <li> tag. So try replacing |
Paranoid (IV) Inmate From: Santa Clara, CA, USA |
posted 09-04-2002 00:14
Perfect! Thanks so much! Hehe. That was a stupid mistake, though honestly, I never really thought about the fact that it ALL needed to be in that <li></li>, though I have seen that before. Thanks for catching that Slime! I really appreciate your help. |