Re: [css-d] Space around images

2011-01-23 Thread David Laakso
On 1/23/11 3:31 PM, Cheryl Smith wrote: I am trying to remove the space around the images in a website I'm putting together. When I add display: block; margin:0; to the CSS as it appears I should do, the red lines above and below the images move up as though the images aren't even there. (Ther

Re: [css-d] Space around images

2011-01-23 Thread Ville Viklund
Hi! Try adding: overflow: hidden; to #dog-pix float: left; to #dog-pix img That should achieve to desired effect if I understand you correctly. Ville On 23.1.2011 22:31, Cheryl Smith wrote: I am trying to remove the space around the images in a website I'm putting together. When I add displ

[css-d] Space around images

2011-01-23 Thread Cheryl Smith
I am trying to remove the space around the images in a website I'm putting together. When I add display: block; margin:0; to the CSS as it appears I should do, the red lines above and below the images move up as though the images aren't even there. (There are other issues with this site, but fir