Forum Moderators: not2easy
Thanks.
[edited by: SuzyUK at 5:09 pm (utc) on July 25, 2005]
[edit reason] Please no URLs : see TOS #13 [WebmasterWorld.com] [/edit]
an image is an inline element and by default works like a line of text where default line-height produces "gaps" above and below the image which if it were inline text would be the space for the ascenders and descenders of letters like p, d, j, b etc..
you could try making the offending images all {display: block;}, try adding
img {display: block;}
to your stylesheet for a start to see if that works, but note that that will affect every image on the page which might upset other things..
Suzy