|
Posted by richnjones on December 31, 2007, 11:33 am
Please log in for more thread options
Hi all
Seems like a stupid question but I am having trouble laying out severl
images both within a table and a div
Consider
<table><tr><td>
<img src=images/left.gif>
<img src=images/right.gif>
</td></tr></table>
The two images have a gap between them. I have tried changing the
padding and vspace but to no effect.
I have tried CSS styles with the div element and get the same. I am
loading both images into one div element so I would be surprised if
changing some of the div attributes would work. Has anyone any ideas
why laying out two images has space in between
Thanks
R
|