Please Help, gap problem

J

Jeff

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

Mark Parnell

Previously in alt.discuss.html,alt.html,alt.html.tags, Jeff
<[email protected]> said:

[Removed alt.discuss.html as it doesn't exist on my newsserver;
followups set to alt.html]
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.

So you said earlier, and you still haven't provided a URL. :-(
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

This a legacy document? If not, why aren't you using Strict? That
doctype will trigger Quirks mode in most modern browsers, too.
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">

If the server isn't sending the content-type HTTP header, the server
configuration needs to be fixed; a <meta> hack is not appropriate.

Use a doctype that triggers Standards mode (preferably Strict), validate
your code, then if the problem still occurs, post a URL. I'd also
suggest you stop (ab)using tables for layout purposes.
 
N

Neredbojias

With neither quill nor qualm, Jeff quothed
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.

Use css to set the font-size of the table to 0 and <font></font> tags to
make any text visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top