Rexolio
Technical User
- Aug 29, 2001
- 230
For some reason (and I haven't noticed this before upgrading several months ago to IE 5.5) most times when I create a web page with an image that is broken into 2 images, split over 2 table cells there is a small gap or space between the 2 when I first pull it up in Internet Explorer. This usually goes away after I either minimize or refresh OR after I've been to the page a couple of times and its cached. For example:
<table>
<tr>
<td>
<img src="images/pic1.jpg" border="0">
</td>
</tr>
<tr>
<td>
<img src="images/pic2.jpg" border="0">
</td>
</tr>
</table>
Where pic1.jpg is a person's head and pic2.jpg is there body. There will be a small gap. Of course I didn't add any table or cell properties to this example script, but I'm sure you get the picture.
Anyone else experiencing this problem? I haven't upgraded to 6.0 yet and really don't want to as I've heard there are bugs with it.
Thanks for your help!
Rexolio
<table>
<tr>
<td>
<img src="images/pic1.jpg" border="0">
</td>
</tr>
<tr>
<td>
<img src="images/pic2.jpg" border="0">
</td>
</tr>
</table>
Where pic1.jpg is a person's head and pic2.jpg is there body. There will be a small gap. Of course I didn't add any table or cell properties to this example script, but I'm sure you get the picture.
Anyone else experiencing this problem? I haven't upgraded to 6.0 yet and really don't want to as I've heard there are bugs with it.
Thanks for your help!
Rexolio