- From: Marcel Akkerman <m.akkerman@student.utwente.nl>
- Date: Fri, 12 Apr 2002 13:56:05 +0200 (CEST)
- To: www-style@w3.org
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