I can't seem to get my page to do what I want.
Link
My logo and table below it have white space to the top and left of it. How can I get rid of it? I want the image and table all the way to the left so there is no white space beside it.
Here is my code....
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src="banner.png" width="750" height="120">
<table width="750" border="0" bgcolor="#666666">
<tr>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Home</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Projects</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Downloads</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Music</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">About</font></strong></td>
</tr>
</table>
<p></p></body>
</html>
Link
My logo and table below it have white space to the top and left of it. How can I get rid of it? I want the image and table all the way to the left so there is no white space beside it.
Here is my code....
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src="banner.png" width="750" height="120">
<table width="750" border="0" bgcolor="#666666">
<tr>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Home</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Projects</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Downloads</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Music</font></strong></td>
<td><strong><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">About</font></strong></td>
</tr>
</table>
<p></p></body>
</html>