Topic: What's happening to my markup? (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-18-2008 03:36
Okay I'm working with a CMS Im not terribly familiar with but this is driving me nuts. Can anyone tell me what's happening to my markup on this page? |
Paranoid (IV) Inmate From: INFRONT OF MY PC |
posted 01-18-2008 07:16
My guess: its this css:http://yui.yahooapis.com/2.4.1/build/reset/reset-min.css |
Paranoid (IV) Inmate From: Florida |
posted 01-18-2008 07:31
Those things just trade one problem for another. |
Paranoid (IV) Inmate From: Norway |
posted 01-18-2008 10:07
The W3c (x)HTML validator says: quote: Track down this OL and add an LI to conform to the XHTML 1.0 DTD on OL, i.e: code: <!-- Ordered (numbered) list --> <!ELEMENT ol (li)+> <!ATTLIST ol %attrs; > OLs have ONE or more LIs. They can NOT be empty. |
Paranoid (IV) Inmate From: INFRONT OF MY PC |
posted 01-18-2008 12:18
@poi yes but the css in use is deleting all styles ...list-stlye: none h1 :size 100% ect... so no lists or h1/2/3... will apear as wanted. only if you specify a css for it. |
Paranoid (IV) Inmate From: Norway |
posted 01-18-2008 13:03 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-18-2008 20:29
Yeah it was the reset, I've used these before but this was my first time using this one. It was resetting more completely then others I've used in the past. |
Paranoid (IV) Inmate From: Norway |
posted 01-18-2008 22:24
AAah I read the original post quickly and the page looked fine to me. The only thing I saw was wrong was the invalid markup The layout and overall page looked fine. |