Log in

View Full Version : Image not sitting flush



ckp_hokie
01-11-2006, 08:21 PM
I can't fix the image in the top left corner on this page, I can see the grey in the background behind it. Can you tell me how to fix that?


http://www.chrispaynedesign.com/clients/ABSC/it.html


Thanks!

jscheuer1
01-11-2006, 10:31 PM
Try:


<img style="position:relative;top:-1px;" SRC="images/header-image-01.gif" WIDTH=152 HEIGHT=150 BORDER=0>

or perhaps (to take care of other problems that might cause):


<img style="position:relative;top:-1px;margin-bottom:-1px;" SRC="images/header-image-01.gif" WIDTH=152 HEIGHT=150 BORDER=0>