Posted by PH on 01/08/93 11:50
"Stefan Mueller" <seekware-remove-@yahoo.com> wrote in message news:e6rs4a$s1o$1@news.imp.ch...
> Opera and Mozilla draw the border of the cells of the table just after the
> picture. With Internet Explorer I do always have a small space.
> If you select the image with the mouse you'll see that there's somehow a
> small space on the right and bottom side of an image in Internet Explorer.
---
> <td>
> <img src = "mypic.gif">
> </td>
---
Put the tags on the same line with no space:
<td><img src = "mypic.gif"></td>
^ ^
__________________________________
<table width = "100%" cellSpacing = "0" cellPadding = "0" border = "1"
align = "center">
<tr>
<td><img src = "mypic.gif"></td>
</tr>
<tr>
<td><img src = "mypic.gif"></td>
</tr>
</table>
__________________________________
--
Best Regards
Peter Heinzl
www.123-game.com
Navigation:
[Reply to this message]
|