Posted by Jeff on 06/16/05 09:26
Here is my problem, I can't seem to figure out how to eliminate the
little gap between the right side of image /shop.jpg and the edge of the
table. This is driving me nuts. Please Help me.
Thank you.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Shop</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#000040">
<table width="760" align=left cellpadding="0" cellspacing="0" border="0"
bgcolor="white">
<tr valign=top align=left>
<td height="100" width="760"><img border="0" align=right alt=""
src="images/shop.jpg" width="460" height="100"></td>
</tr>
<tr>
<td>
<table width="760" align=left cellpadding="0" cellspacing="0" border="0"
bgcolor="white">
<tr>
<td align=left>
<table width="120" border="1" cellspacing="0" cellpadding="0"
bgcolor="black">
<tr>
<td align=center width="120" bgcolor="#000040"
onMouseOut="this.style.background='#000040'"
onClick="parent.location='index.html'"
onMouseOver="this.style.background ='#12146a';
this.style.cursor = 'hand'"><font
color="#c0c0c0"><b>Home</b></font></td>
</tr>
<tr>
<td align=center width="120" bgcolor="#000040"
onMouseOut="this.style.background='#000040'"
onClick="parent.location='images.php'"
onMouseOver="this.style.background ='#12146a';
this.style.cursor = 'hand'"><font
color="#c0c0c0"><b>Services</b></font></td>
</tr>
<tr>
<td align=center width="120" bgcolor="#000040"
onMouseOut="this.style.background='#000040'"
onClick="parent.location='images.php'"
onMouseOver="this.style.background ='#12146a';
this.style.cursor = 'hand'"><font
color="#c0c0c0"><b>Bikes</b></font></td>
</tr>
<tr>
<td align=center width="120" bgcolor="#000040"
onMouseOut="this.style.background='#000040'"
onClick="parent.location='help.php'"
onMouseOver="this.style.background ='#12146a';
this.style.cursor = 'hand'"><font
color="#c0c0c0"><b>Skates</b></font></td>
</tr>
<tr>
<td align=center width="120" bgcolor="#000040"
onMouseOut="this.style.background='#000040'"
onClick="parent.location='contact.php'"
onMouseOver="this.style.background ='#12146a';
this.style.cursor = 'hand'"><font color="#c0c0c0"><b>About
Us</b></font></td>
</tr>
<tr>
<td align="center" width="120" height="1500" bgcolor="#808080" </td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</body>
</html>
Navigation:
[Reply to this message]
|