[pmwiki-users] Divisions and Tables

Hans design at softflow.co.uk
Mon Mar 13 14:03:03 CST 2006


Is this the correct expected behaviour:
Simple tables are allowed in div markup,
but advanced tables are not?

This works:
>>id=div1<<
||border=1
||simple table cell content ||
>><<

This does not work:
>>id=div2<<
(:table border=1:)
(:cell:)Advanced table cell content
(:tableend:)
>><<

This works:
(:div id=div3:)
||border=1
||simple table cell content ||
(:divend:)

This does not work:
(:div id=div4:)
(:table border=1:)
(:cell:)Advanced table cell content
(:tableend:)
(:divend:)

And we don't seem to have a documentation page about divs, at least not on
the index.

Best,
 Hans                          





More information about the pmwiki-users mailing list