Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

images next to each other have a gap in between

Status
Not open for further replies.

silverswim

Programmer
Joined
Oct 17, 2001
Messages
50
Location
GB
When I put images into a table, a gap gets put in and so my image looks like a grid!
Can someone answer this?
I would be very grateful.
Thanks
 
Make sure you have border="0" cellspacing="0" cellpadding="0" in your table tag.
 
If it doesn't help set vertical and horizontal space attributes of images equal to 0 - <img src=&quot;some_file.gif&quot; vspace=&quot;0&quot; hspace=&quot;0&quot;>
 
Thanks for the response. The cellspacing etc works, so I may not need the other fix...YET! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top