|
Posted by Els on 12/04/05 10:23
Jack wrote:
> Hello,
>
> I have a table (<table>) with two table rows (<tr>), each row has a single
> column (<td>). Each column has a single image (<img src="img1.png" /> <img
> src="img2.png" /> but there is a gap between each of the images. How do i
> force it with NO gap? I've tried many things using valign, border, etc. Can
> anyone suggest what I'm doing wrong?
Valid guesses need an example of course, but how about adding
td img{vertical-align:bottom;}
or
td img{display:block;}
to your stylesheet or styleblock?
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Navigation:
[Reply to this message]
|