Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can’t remove space between images Re: Can’t remove space between images

#50660
johnleigh
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!