[pmwiki-users] ResponsiveGrid usage

Hans design1 at softflow.uk
Thu Nov 3 14:58:43 CDT 2016


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                         




More information about the pmwiki-users mailing list