You are here: irt.org | FAQ | HTML | Q2059 [ previous next ]
Netscape interprets hard return/line feed combinations as spaces. In order to remove the gap between two images you'll need to place them on the same line without any spaces between them.
So something like the following will do the trick:
<img src=1.gif vspace=0 hspace=0><img src=2.gif vspace=0 hspace=0> <img src=3.gif vspace=0 hspace=0><img src=4.gif vspace=0 hspace=0>