I am trying to get 2 images to line up next to each other soas to appear as one image, with no space in the middle.
Here is the html I am using, but it leaves a gap between the images.
An example can be seen here - http://www.ohlookaforum.com/uploads/net.html
Can anyone help?
Thanks
Chez
Here is the html I am using, but it leaves a gap between the images.
Code:
<span style="white-space:nowrap;">
<img src="http://www.ohlookaforum.com/uploads/netleft.jpg" width="425" height="86" alt="" />
<img src="http://www.ohlookaforum.com/uploads/netright.jpg" width="425" height="86" alt="" />
</span>
An example can be seen here - http://www.ohlookaforum.com/uploads/net.html
Can anyone help?
Thanks
Chez