The tag: "table" doesn't have an attribute: "height" in currently active versions.[HTML 4.0] The tag: "td" doesn't have an attribute: "background" in currently active versions.[HTML 4.0] The tag: "td" doesn't have an attribute: "background" in currently active versions.[HTML 4.0] The tag: "td" doesn't have an attribute: "background" in currently active versions.[HTML 4.0]
I've tried to make sense of them but given my newbish coding knowledge I thought I should ask. Maybe someone will tell me something about this I hadn't known. Below is the entire HTML code. How do I go about solving this problem so the page will validate without any errors?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>One Designer | Online Journal & Portfolio </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #444842;
background-image: url(images/bkg.gif);
background-repeat: repeat-x;
}
-->
</style></head>
<body>
<table width="742" height="589" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td colspan="2">
<img src="images/Logo.gif" width="140" height="169" alt=""></td>
<td colspan="4">
<img src="images/Top_Banner.gif" width="602" height="169" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/Featured_Empty_Space.gif" width="742" height="1" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/Featured_project.gif" width="370" height="192" alt=""></td>
<td colspan="3">
<img src="images/Featured_Empty_Space-06.gif" width="372" height="192" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/Empty_Navigation_Space.gif" width="371" height="40" alt=""></td>
<td colspan="2">
<img src="images/Navigation.gif" width="371" height="40" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="images/index_08.gif" width="742" height="4" alt=""></td>
</tr>
<tr>
<td background="images/locbg.gif"></td>
<td colspan="4" background="images/conbg.gif"><?PHP
include("entry/show_news.php");
?></td>
<td background="images/featbg.gif"></td>
</tr>
<tr>
<td colspan="6">
<img src="images/index_12.gif" width="742" height="24" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="25" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="115" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="230" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="112" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="259" height="1" alt=""></td>
</tr>
</table>
</body>
</html>
