This doesn't answer your question, but I always remove the vspace divs by including this line in my config:
$HTMLVSpace = ''; I believe the vspace divs are there to control text spacing. However I think there are better ways to control space using adjacent CSS selectors as opposed to injecting divs everywhere. Here's an adjacent selector example: http://jsfiddle.net/paulgiacherio/BRChf/ On Fri, Jul 22, 2011 at 9:00 AM, Oliver Betz <[email protected]> wrote: > Hello All, > > I'm still looking for more insight in PmWiki's vspace behaviour. > > Is there a test case? > > Or even a comprehensive description? > > Till now, I found: > > * "...vertical space between a heading and its subsequent paragraph to > be smaller than the vertical space between paragraphs" > > * More vertical space if I put _two_ empty lines between heading and > text. > > TIA, > > Oliver > > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > -- Paul Giacherio http://paulgiacherio.com
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
