Hans, Thanks for this and the ref to the WikiStylesPlus page. <br><br>Is there any script that generates a table of contents outline (from the !, !!, !!! headers) to go in such a box? E.g.<br><br>>>rframe<<<br>
Table of contents<br>[script goes here]<br>>><<<br><br>Don<br><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Hans</b> <<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Monday, February 5, 2007, 2:02:04 PM, Donald wrote:<br><br>> Is it possible to generate a "Contents" box on PmWiki pages similar to that
<br>> on MediaWiki (as seen on Wikipedia).<br><br>pmwiki has a built-in 'frame' style, which generates a box:<br>>>frame<<<br>box contents<br>>><<<br><br>to float this right:<br>>>rframe<<
<br>contents<br>>><<<br><br>you can change the styling by redefining it, or create your own box<br>style. 'frame' is defined in scripts/wikistyles.php.<br>All styles are defined with SDV, meaning you can define your own
<br>version in config.php, which will be loaded instead of the pmwiki<br>default.<br><br><br>Hans<br><br></blockquote></div><br>