Home › Forums › CSS › Can’t remove space between images › Re: Can’t remove space between images
October 20, 2008 at 10:30 am
#50660
Participant
Hi Pauler
I would recommend simply to declare the header image as "block" like this below:
#header img{display:block;}
This should sort you out
cheers!