Re: [css-d] unremovable margin?

2009-03-20 Thread Tim Climis
> When the answer was to delete space between the tags, I was > shocked...but loading the source code and removing the spaces worked > as advertised. Why does that white space count? It's because images are inline elements. Essentially, HTML treats an image as if it were a letter (that's what

Re: [css-d] unremovable margin?

2009-03-20 Thread Donald Davis
On Wed, Mar 18, 2009 at 10:18 AM, Giuseppe Craparotta wrote: > Hello all, > > thanks much in advance for your help. > > could you please take a look at this trial html file: > > http://www.giuseppecraparottacv.co.uk/doubts/press.html > > As you can see the images are separated by a bottom / right

Re: [css-d] unremovable margin?

2009-03-19 Thread Virgilio Quilario
> Hello all, > > thanks much in advance for your help. > > could you please take a look at this trial html file: > > http://www.giuseppecraparottacv.co.uk/doubts/press.html > > As you can see the images are separated by a bottom / right margin. > > - Is it related to the fact that images are *inlin

Re: [css-d] unremovable margin?

2009-03-19 Thread Bobby Jack
--- On Thu, 3/19/09, David Hucklesby wrote: > > What you're seeing is the whitespace between those > > image elements in your markup. You could try removing it, > > ... and to eliminate the gaps underneath, try > >img { vertical-align: bottom; } > > Cordially, > David Except for IE, this

Re: [css-d] unremovable margin?

2009-03-18 Thread David Hucklesby
Bobby Jack wrote: > --- On Wed, 3/18/09, Giuseppe Craparotta wrote: > >> http://www.giuseppecraparottacv.co.uk/doubts/press.html >> >> - Is it any way to eliminate it which is not making the >> images *block >> elements*? > > What you're seeing is the whitespace between those image elements in y

Re: [css-d] unremovable margin?

2009-03-18 Thread Bobby Jack
--- On Wed, 3/18/09, Giuseppe Craparotta wrote: > http://www.giuseppecraparottacv.co.uk/doubts/press.html > > - Is it any way to eliminate it which is not making the > images *block > elements*? What you're seeing is the whitespace between those image elements in your markup. You could try re

[css-d] unremovable margin?

2009-03-18 Thread Giuseppe Craparotta
Hello all, thanks much in advance for your help. could you please take a look at this trial html file: http://www.giuseppecraparottacv.co.uk/doubts/press.html As you can see the images are separated by a bottom / right margin. - Is it related to the fact that images are *inline elements*? - I