View Full Version : Image linked to iframe has a gap at botton??


Jessie_James
06-10-2005, 03:43 AM
Hi all,
This is my first time with this sort of thing and i'm stuck.

On my page i have an image that is linked to open another image in an IFrame on the same page. The problem is when i preview the page the image (button) has a gap at the bottom of it and i cant seem to get rid of it.

This is a section of the code i am working with. The highlighted parts are the ones i think are wrong.

</head>

<body bgcolor="#666666">
<table width="779" border="0" cellpadding="0" cellspacing="0" align="center">
<!--DWLayoutTable-->
<tr>
<td height="105" colspan="13" valign="top"><img src="images/C_Header.gif" width="779" height="105" /></td>
</tr>
<tr>
<td colspan="2" rowspan="7" valign="top"><img src="images/C_Left.gif" width="29" height="422" /></td>
<td height="84" colspan="2" valign="top"><a href="BigDakota.html" target="Corgi"><img src="images1/dakota.gif" width="113" height="84" border="0" vspace="0"></a>
<td width="24" rowspan="7" valign="top"><img src="images/C_Right.gif" width="24" height="422" /></td>
<td colspan="6" rowspan="7" valign="top"><iframe name="Corgi" width="588" height="422" src="Corgi.htm" scrolling="no" marginwidth="0" and marginheight="0" frameborder="o"></iframe></td>
<td colspan="2" rowspan="8" valign="top"><img src="images/C_FarRight.gif" width="25" height="440" /></td>
</tr>

Any help would be really appreciated thanks.

Jessie_James
06-10-2005, 04:43 AM
If you follow this link it will take you to a screenshot of the problem.

http://www.13th.co.nz/Surveillance.htm

The small pic on the left has the gap below it which has also pushed all the other cells (im using dreamweaver for this btw) down the same amount as the gap.

Really frustrating lol.
:wolf:

Jessie_James
06-10-2005, 06:27 AM
<td height="84" colspan="2" valign="top"><a href="BigDakota.html" target="Corgi"><img src="images1/dakota.gif" width="113" height="84" border="0" vspace="0"></a>

Ok i'm an idiot, sorry i found the problem, i hadn't closed this line with /td>
lol
Can you delete this topic as it's sorted thanks if you had a look.