in other words: with markup like (:div id=first :) .... >>id=second<< .... >><< (:divend:)
PmWiki will render the first div to end before the second div starts, despite the markup suggesting that one has nested the second div. To nest it one needs to do something like this (note the 0 I use, you can use any distinct number): (:div0 id=first :) .... >>id=second<< .... >><< (:div0end:) or something like this: (:div id=first :) .... (:div2 id=second:) .... (:div2end:) (:divend:) or even a combination of these, something like this: (:div0 id=first :) .... (:div2 id=second:) .... (:div2end:) (:div0end:) Best regards, Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
