GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Validation errors please help (https://gfy.com/showthread.php?t=788960)

marky9378 12-02-2007 06:50 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

rowan 12-02-2007 07:35 AM

Not sure about the td attribute, but the rest sounds like you've forgotten a ">" at the end of your meta tag.

wizzart 12-02-2007 07:41 AM

where you validate this?

marky9378 12-02-2007 07:42 AM

no all the > are in the meta

marky9378 12-02-2007 07:44 AM

Quote:

Originally Posted by wizzart (Post 13458831)
where you validate this?


i am validating it through dreamweaver

dozey 12-02-2007 07:44 AM

The errors you have seem quite verbose already, have you tried reading them?

marky9378 12-02-2007 07:46 AM

Quote:

Originally Posted by dozey (Post 13458852)
The errors you have seem quite verbose already, have you tried reading them?

hi what do you mean

dozey 12-02-2007 07:48 AM

The error messages, reading them, have you tried?

marky9378 12-02-2007 07:50 AM

Quote:

Originally Posted by dozey (Post 13458881)
The error messages, reading them, have you tried?



yes i have

dozey 12-02-2007 07:51 AM

If at first you don't succeed, try, try and try again

dozey 12-02-2007 08:00 AM

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...

CurrentlySober 12-02-2007 08:32 AM

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