[Pmwiki-users] Making headings follow CSS

Patrick R. Michaud pmichaud
Tue Sep 21 16:15:13 CDT 2004


On Tue, Sep 21, 2004 at 04:54:29PM -0500, Jack Lutz wrote:
> 
>    I  only  really  want  to eliminate the double linebreak following the
>    header. I
>    don't know of a way in HTML or CSS to strip a header of that double
>    linebreak. Does anyone know if that's possible? The goal with this all
>    is to
>    make ! match bold, normal text so it can be used as a small subheading
>    and
>    still  be  automatically counted as a header for the Table of Contents
>    script.

Sure, adding the following to your CSS (could be pub/css/local.css)
should do it:

   h1, h2, h3 { margin-bottom:0; }

Pm



More information about the pmwiki-users mailing list