On Tue, Oct 08, 2002 at 02:07:20PM +0100, Felix Ulrich-Oltean wrote:
> Try the simplest thing first. You can tweak the distance between lines
> using CSS, and the margin* attributes, e.g.:
>
> h1 { margin-after: 0; }
oops, that should have read:
h1 { margin-bottom: 0; }