validation |
validation |
Jul 14 2005, 02:53 PM
Post
#1
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 |
I'm trying to validate a site that I'm working on, but each time I try to fix the error, more errors occur. It's driving me crazy, because right now, I only have one error.
Click here. Anyone know how to fix that without having to remove it completely?.. |
|
|
|
![]() |
Jul 14 2005, 05:34 PM
Post
#2
|
|
![]() ..Michelle ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,002 Joined: Feb 2004 Member No: 3,282 |
HTML Line 57, column 53: document type does not allow element "table" here; missing one of "th", "td" start-tag ...ng="0" cellpadding="0" align="center"><tr><td valign="top"><table cellspacing The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>"). I haven't tried much yet, but from what I did try, I got up to 8 more errors. |
|
|
|
Alk3 validation Jul 14 2005, 02:53 PM
x_angawhomps Does it have anything to do with the space before ... Jul 14 2005, 03:59 PM
Alk3 QUOTE(x_angawhomps @ Jul 14 2005, 3:59 PM)Doe... Jul 14 2005, 04:18 PM
mipadi On line 15--I think you forgot to close the first ... Jul 14 2005, 05:16 PM
Alk3 ^ Thanks! That worked, but now I have a new er... Jul 14 2005, 05:29 PM
mipadi What is it? Jul 14 2005, 05:32 PM
mipadi I haven't looked at it in detail, but make sur... Jul 14 2005, 05:40 PM
Alk3 I just tried that & it became valid.. problem ... Jul 14 2005, 06:13 PM
delphi not all sites will validate if you want them to lo... Jul 18 2005, 07:28 AM![]() ![]() |