On Sat, Feb 18, 2006 at 12:56:28PM -0500, Henrik Bechmann wrote:
>
> And BTW, I do:
>
> .vspace {display:none; }
>
> which works for me in most situations.
FWIW, one can also do
$HTMLVSpace = '';
and eliminate the <p class='vspace'></p> paragraphs from the
output altogether.
Pm