Click to See Complete Forum and Search --> : an image inside a div, margin problem


amahmood
09-17-2005, 05:46 PM
Hi

In the following example I get a narrow yellow line beneath the image. Setting border and margin to 0 wouldn't help.

<DIV STYLE='background-color:yellow;'>
<A HREF='address.html'>
<IMG SRC='http://www.google.co.uk/intl/en_uk/images/logo.gif'>
</A>
</DIV>

Need help, Thansk.

Kravvitz
09-17-2005, 06:06 PM
Try this.
<IMG SRC='http://www.google.co.uk/intl/en_uk/images/logo.gif' style="vertical-align:bottom;">

amahmood
09-17-2005, 06:16 PM
Thanks Kravvitz

working fine now.