Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   HTML / XHTML / CSS (http://www.programmingforums.org/forum27.html)
-   -   Html Help *solved* (http://www.programmingforums.org/showthread.php?t=1502)

Ade Dec 11th, 2004 12:09 PM

Hey guys!

I am trying to include images in my site but can't seem to get them to fit together perfectly.I have tried everything I know, all the spacing and padding and border and aligns I know but nothing makes them sit nicely next to each other. There always seems to be about a 1 pixel gap between them. Just wondering if anyone knows a way of making images appear right next to eachother so their edges are touching??


Thanks
Ade

Ooble Dec 11th, 2004 1:42 PM

Don't put a space between the tags:

:

<img src="blah.gif" width="96" height="96" alt="" /><img src="blah2.gif" width="96" height="96" alt="" />
#

The end of one tag, and the beginning of the next, should be touching.

Ade Dec 12th, 2004 9:22 AM

Awesome, thanks a lot mate :D


All times are GMT -5. The time now is 3:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC