GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Validation errors please help (https://gfy.com/showthread.php?t=788958)

marky9378 12-02-2007 06:49 AM

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

fusionx 12-02-2007 11:35 AM

Looks like you left a META tag unclosed

sysk 12-02-2007 07:56 PM

Rewrite everything table-less.

schneemann 12-06-2007 12:45 PM

Quote:

Originally Posted by marky9378 (Post 13458664)
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">

Pretty self explanatory. This attribute doesn't exist. If you can't do this without tables, then change your DTD to HTML 4.01 transitional. There's no reason to use XHTML anyway

Quote:

Originally Posted by marky9378 (Post 13458664)
------------------------------------------------------------
Nesting error, "meta" should be closed before closing "head"[XHTML 1.0 transitional]

</head>

sounds self explanatory
Quote:

Originally Posted by marky9378 (Post 13458664)

------------------------------------------------------------
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" />

As someone else said, it looks like you forgot to close a meta element


All times are GMT -7. The time now is 05:02 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123