Re: Space after </div>

Aanhalen Susan Schwam <suzis@i-2000.com>:

> Is there a way to reduce the amount of vertical space after the closing
> tag
> < / div >?

Standard `div {display: block;}` is used.
So you could use one of the other displays (e.g. inline) in combination with 
margin...

Marcel

Received on Friday, 12 April 2002 07:56:10 UTC