michael liska
03-07-2003, 08:40 AM
Hey all!
I've got one error on my html document and its really bugging me. Im coding the page on XHTML (DTD XHTML 1.0 STRICT) I have a table cell containing a <ul>. The problem is that i get an error message that says
"document type does not allow element "ul" here, missing "object" "ins" "del"...... start tag"
can anyone help?
Thanks!
Mike
heres the code
<ul>
<li>tips.....</li>
<li>case....</li>
<ask.........</li>
</ul>
simple, but it doesn't validate.
I've got one error on my html document and its really bugging me. Im coding the page on XHTML (DTD XHTML 1.0 STRICT) I have a table cell containing a <ul>. The problem is that i get an error message that says
"document type does not allow element "ul" here, missing "object" "ins" "del"...... start tag"
can anyone help?
Thanks!
Mike
heres the code
<ul>
<li>tips.....</li>
<li>case....</li>
<ask.........</li>
</ul>
simple, but it doesn't validate.