validation ?

liunx

Guest
I'm going through my site to validate it against XHTML 1.0 Transitional<br />
<br />
So... <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.karinnelegault.com%2Fen%2Fcontact%2F&charset=%28detect+automatically%29&doctype=%28detect+automatically%29">http://validator.w3.org/check?uri=http% ... tically%29</a><!-- m --><br />
<br />
I've got 1 error left:<br />
<br />
Line 78, column 9: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag <br />
<br />
<p><table><br />
<br />
What does it mean?!?<br />
<br />
TIA<!--content-->One more ? What do you replace the OnFocus, OnBlur, OnMouseOver and OnMouseOut with in XHTML? I'm assuming something in CSS??!?!<br />
<br />
Should I maybe make a new thread for this in the CSS forum?<br />
<br />
thanks again<!--content-->take the <p> out on ine 78<br />
<br />
also you can keep the ponmouse over stuff. just make them lower case.<!--content-->Originally posted by scoutt <br />
take the <p> out on ine 78<br />
<br />
also you can keep the ponmouse over stuff. just make them lower case. <br />
<br />
That worked... weird that I can use <p> over <table> I just wanted to make sure that table was aligned like the rest of my text with the same margins and paddings that are being used with my <p> tags :confused: <br />
<br />
Thanks Scoutt<br />
<br />
/added<br />
<br />
i wrapped the table around <div ...> and it works and validates.<!--content-->you should of used a div tag instead. <p> tag are not used for positioning, div's are.<!--content-->You can't have a table or a list inside a paragraph. <br />
<br />
Yeah, wierd I know, but that is how it is.<!--content-->
 
Back
Top