|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Help pleaseI had one error to fix.
Now that I've fixed it I have 15 errors, but these seem punitive rather than major problems. How can I fix them? Thanks Phil Kind regards, Phil Ainley – Creative Director Flock of Pigs Ltd Floor 2, 1 Livsey Street Rochdale Lancs. OL16 1SS T: 01706 716272 M: 07773 168301 F: 01706 759254 E: phil@... www.flockofpigs.co.uk Graphic Design . Branding . Websites . Brochure Design . Advertising “Flock of Pigs’ design doesn’t cost money ...it makes money!” Validation Output: 15 Errors 1. Error Line 67, Column 29: "td" is not a member of a group specified for any attribute <td width="25" td id="sidebarleft" valign="top"> </td> ✉ 2. Error Line 282, Column 29: "td" is not a member of a group specified for any attribute <td width="25" td id="sidebarright" valign="top"> </td> ✉ 3. Error Line 67, Column 28: XML Parsing Error: Specification mandate value for attribute td <td width="25" td id="sidebarleft" valign="top"> </td> ✉ 4. Error Line 67, Column 28: XML Parsing Error: attributes construct error <td width="25" td id="sidebarleft" valign="top"> </td> ✉ 5. Error Line 67, Column 28: XML Parsing Error: Couldn't find end of Start Tag td line 67 <td width="25" td id="sidebarleft" valign="top"> </td> ✉ 6. Error Line 67, Column 69: XML Parsing Error: Opening and ending tag mismatch: tr line 66 and td …25" td id="sidebarleft" valign="top"> </td> ✉ 7. Error Line 282, Column 28: XML Parsing Error: Specification mandate value for attribute td <td width="25" td id="sidebarright" valign="top"> </td> ✉ 8. Error Line 282, Column 28: XML Parsing Error: attributes construct error <td width="25" td id="sidebarright" valign="top"> </td> ✉ 9. Error Line 282, Column 28: XML Parsing Error: Couldn't find end of Start Tag td line 282 <td width="25" td id="sidebarright" valign="top"> </td> ✉ 10. Error Line 282, Column 70: XML Parsing Error: Opening and ending tag mismatch: table line 65 and td …" td id="sidebarright" valign="top"> </td> ✉ 11. Error Line 283, Column 13: XML Parsing Error: Opening and ending tag mismatch: td line 65 and tr </tr> ✉ 12. Error Line 284, Column 14: XML Parsing Error: Opening and ending tag mismatch: tr line 64 and table </table></td> ✉ 13. Error Line 284, Column 19: XML Parsing Error: Opening and ending tag mismatch: table line 63 and td </table></td> ✉ 14. Error Line 285, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 62 and tr </tr> ✉ 15. Error Line 286, Column 8: XML Parsing Error: Opening and ending tag mismatch: html line 2 and table </table> |
|
|
Re: Help pleaseOn Wed, 04 Nov 2009 10:34:49 -0000, Phil Ainley <phil@...>
wrote: > <td width="25" td id="sidebarright" valign="top"> You have an extra "td" in there. <td width="25" td id="sidebarright" valign="top"> should be <td width="25" id="sidebarright" valign="top"> Also, you might want to replace valign with the appropriate CSS properties. As to the other errors, you need to close tyour <td> bevore closing the <tr> and you need to close the <tr> before closing the <table>. --- Rui del-Negro CG&A - Azul SPI |
| Free embeddable forum powered by Nabble | Forum Help |