span / img help..

Associate
Joined
16 Jan 2004
Posts
945
Location
Northampton, UK
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.

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
 
Thanks for the help guys..

I don't think I can mess with header information.. the image will be being used as an advert ona phpBB forum, which already has headers etc on.

Sorry if I sound like a noob.. I kinda am when itcomes to html lol
 
Back
Top Bottom