Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2020 How do I get rid of space between images?

You are here: irt.org | FAQ | HTML | Q2020 [ 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>

Feedback on 'Q2020 How do I get rid of space between images?'

©2018 Martin Webb