[Pmwiki-users] vspace paragraphs

Patrick R. Michaud pmichaud
Thu Nov 4 16:31:41 CST 2004


On Thu, Nov 04, 2004 at 04:22:42PM -0700, Patrick R. Michaud wrote:
> 
> But yes, it does really begin to argue for just using <div class='para'> and
> then being done with it.  I'll have to wait and see how it turns out.

BTW, anyone who wants to try things with div tags instead of <p> paragraphs
could probably start out with something like...

    $Block['p'] = array("<div class='para'>",'','</div>',0);
    $HTMLVSpace = "<div class='vspace'></div>";

I might even be able to clean things up a bit further.  

Pm



More information about the pmwiki-users mailing list