![]() |
Validation errors please help
Hi
Can someone please help me with these validation errors and give me the correct coding. ------------------------------------------------------------ The tag: "td" doesn't have an attribute: "background" in currently active versions.[XHTML 1.0 transitional] <td height="84" background="images/footer.jpg"><table width="773" border="0" align="center" cellpadding="0" cellspacing="0" class="boarder2"> ------------------------------------------------------------ Nesting error, "meta" should be closed before closing "head"[XHTML 1.0 transitional] </head> ------------------------------------------------------------ The tag:"link" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] <link rel="StyleSheet" href="styles.css" type="text/css" /> ------------------------------------------------------------ The tag:"style" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] <style type="text/css" /> ------------------------------------------------------------ The tag:"meta" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] <meta http-equiv="content-language" content="en" /> ------------------------------------------------------------ Please Please help with these errors |
Not sure about the td attribute, but the rest sounds like you've forgotten a ">" at the end of your meta tag.
|
where you validate this?
|
no all the > are in the meta
|
Quote:
i am validating it through dreamweaver |
The errors you have seem quite verbose already, have you tried reading them?
|
Quote:
|
The error messages, reading them, have you tried?
|
Quote:
yes i have |
If at first you don't succeed, try, try and try again
|
Bored of waiting for you to figure it out yourself.
The tag: "td" doesn't have an attribute: "background" in currently active versions.[XHTML 1.0 transitional] You cannot include blackround="somebackground" attributes in your <td ... > elements. Just as the error states. Nesting error, "meta" should be closed before closing "head"[XHTML 1.0 transitional] As rowan hinted, the meta tag hasn't been closed properly, just as the error states. The tag:"link" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] Your <meta>...</meta> element cannot contain <link .. /> elements ie. external stylesheets, just as the error states. The tag:"style" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] Once again, Your <meta>...</meta> element cannot contain <style ..>...</style> elements, just as the error states. The tag:"meta" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional] By the sounds, you have opened a meta tag rather than closing an existing one as rowan hinted. Just as the error... |
i like poo :)
|
All times are GMT -7. The time now is 12:44 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123