> 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*?
>
> - Is it any way to eliminate it which is not making the images *block
> elements*?
>
> As you can see I included  * {padding:0; margin:0;}  among the styles.
>
> cheers,
> Giuseppe

that is caused by white spaces in between <img> tags.
put them like this
<img src="covers/bot1.gif"/><img src="covers/bot1.gif"/><img
src="covers/bot1.gif"/><img src="covers/bot1.gif"/>

virgil
http://www.jampmark.com
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to