View Full Version : Annoying gap


Biro
06-29-2003, 04:40 PM
If you look on the site here (http://jadedblue.org/biro) there's a gap between the image on the top and bottom right, and I'm not sure why, I've tried alot of things to slove it and I haven't had any success.

Here's the table code:
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://jadedblue.org/biro/alicetop1.gif" border="0">
</td>
<td><img src="http://jadedblue.org/biro/alicetop2.gif" border="0">
</td>
</tr>
<tr border="0">
<td>
<Blogger><font color=black>
<BlogDateHeader>
<font face="Verdana" size="2"><u><b><$BlogDateHeaderDate$></b></u></font></div>
</BlogDateHeader>
<blockquote>
<a name="<$BlogItemNumber$>">&nbsp;</a><br>
<font size="2">
<BlogItemTitle>
<$BlogItemTitle$>
</BlogItemTitle></font><BR><BR>
<font size="2" face="Verdana" color="#063567"><align="justify">
<$BlogItemBody$></align></font><br>
<font size="2"><b><span class="postinfo">~Biro at <a href="<$BlogItemArchiveFileName$>#<$BlogItemNumber$>"><$BlogItemDateTime$></b></a>

<!-- Begin YACCS Code (part 2) -->
<script language="javascript">get_comment_link(<$BlogItemNumber$>)</script>
<noscript><a href = "http://rateyourmusic.com/yaccs/commentsn/blog_id=90000002871_and_blog_entry_id=<$BlogItemNumber$>">Add a comment</a></noscript>
<!-- End YACCS Code (part 2) -->
</span>
</blockquote></font>
</Blogger>

</td>
<td border="0" valign="top"><img src="http://jadedblue.org/biro/alicetop3.gif" border="0" valign="top"></valign>
</td>
</tr>
</table>

Please help! :-D

pb&j
06-29-2003, 06:03 PM
change this...
<td><img src="http://jadedblue.org/biro/alicetop1.gif" border="0">
</td>
<td><img src="http://jadedblue.org/biro/alicetop2.gif" border="0">
</td>

to this...
<td><img src="http://jadedblue.org/biro/alicetop1.gif" border="0"></td>
<td><img src="http://jadedblue.org/biro/alicetop2.gif" border="0"></td>

change this...
<td border="0" valign="top" cellpadding="0"><img src="http://jadedblue.org/biro/alicetop3.gif" border="0" valign="top"></valign>
</td>

to this...
<td border="0" valign="top"><img src="http://jadedblue.org/biro/alicetop3.gif" border="0"></td>

it may look similar, but small differences may work.

Biro
06-29-2003, 09:45 PM
Thankyou very much! That worked very well, thankyou.