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>&gt;&gt;rframe&lt;&lt;<br>
Table of contents<br>[script goes here]<br>&gt;&gt;&lt;&lt;<br><br>Don<br><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Hans</b> &lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk
</a>&gt; 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>&gt; Is it possible to generate a &quot;Contents&quot; box on PmWiki pages similar to that
<br>&gt; on MediaWiki (as seen on Wikipedia).<br><br>pmwiki has a built-in &#39;frame&#39; style, which generates a box:<br>&gt;&gt;frame&lt;&lt;<br>box contents<br>&gt;&gt;&lt;&lt;<br><br>to float this right:<br>&gt;&gt;rframe&lt;&lt;
<br>contents<br>&gt;&gt;&lt;&lt;<br><br>you can change the styling by redefining it, or create your own box<br>style. &#39;frame&#39; 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>