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