Click to See Complete Forum and Search --> : ul not allowed...


Paul Jr
11-08-2003, 09:52 PM
I ran one of my pages through the w3 validator, and it came up with this error:

Line 69, column 1232: document type does not allow element "ul" here; missing one of "button", "map", "object", "ins", "del", "noscript" start-tag

I have no idea what that is, or how I'm supposed to fix it.

Charles
11-09-2003, 05:22 AM
Originally posted by Paul Jr
I have no idea what that is, or how I'm supposed to fix it. WIthout access to your mark up, neither do I.

Paul Jr
11-09-2003, 07:09 AM
Ah, I should have figured, how stupid of me.

You should be able to find it here (http://64.158.75.244:81/about.php) if not, let me know.

Fang
11-09-2003, 07:28 AM
You can just close the paragraph before the list and open another paragraph after.
<p> blah... </p><ul> list </ul><p> blah ... </p>

Paul Jr
11-09-2003, 07:37 AM
So that's the problem? Can't have a list inside a <p> tag?


I'll try that now, thanks a lot for your help!

Paul Jr
11-09-2003, 08:18 AM
Fang, I tried what you suggested, and baddabing! Validation!
See? (http://validator.w3.org/check?uri=http%3A%2F%2F64.158.75.244%3A81%2Fabout.php)

Fang
11-09-2003, 08:23 AM
When we get to using XHTML2 (http://www.w3.org/TR/xhtml2/mod-block-text.html#sec_8.7.) you can do it!

Paul Jr
11-09-2003, 03:17 PM
XHTML 2?!?!?! What happened to 1.0, and 1.1?! I just started with 1.1, and now already there's 2?! I need to get with the times...I'm living in the dark ages here. :p