an image inside a div, margin problem

liunx

Guest
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='http://www.webdeveloper.com/forum/archive/index.php/address.html'>
<IMG SRC='http://www.google.co.uk/intl/en_uk/images/logo.gif'>
</A>
</DIV>

Need help, Thansk.Try this.
<IMG SRC='http://www.google.co.uk/intl/en_uk/images/logo.gif' style="vertical-align:bottom;">Thanks Kravvitz

working fine now.
 
Back
Top