Thanks Carlos. This actually works fine ... in MSIE7. For some reason
the section edit commands do not appear in Firefox 2 (with or without
the change to sectionedit.php).<br><br><br><div><span class="gmail_quote">On 10/25/07, <b class="gmail_sendername"><a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a></b> &lt;<a href="mailto:carlos.ab@gmail.com">
carlos.ab@gmail.com</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;">Em Quarta 24 Outubro 2007 23:46, você escreveu:<br>
&gt; Is there a quick fix one could make to the old Beeblebrox Net Gila skin<br>&gt; template or CSS to enable it to show section edits? Currently all content<br>&gt; in wikigroups with BNG skin goes blank if I turn the section edit feature
<br>&gt; on in local/config.php . I haven;t the foggiest idea how complex or easy<br>&gt; this might be.<br>&gt;<br>&gt; More ambitious and interesting remakes of BNG are another issue, but for<br>&gt; the immediate future I&#39;d like to show PmWiki&#39;s section edit feature without
<br>&gt; a thousand-page format headache of changing the skin.<br>&gt;<br>&gt; TIA for any ideas.<br>&gt;<br>&gt; Don<br><br>I think there is a quick way for doing this.<br><br>Just change the Section Edit css rule to something like this in your
<br>config.php:<br><br>$HTMLStylesFmt[&#39;sectionedit&#39;] = &quot;div.sectionedit {<br>text-align:right;font-size:smaller;clear:none;}<br>&quot;);<br><br>The difference from the original is the change from clear:both to clear:none,
<br>and sometimes, if you use a float:right/left&nbsp;&nbsp;in other elements inside the<br>page, things can move around in an unplanned way.<br><br>Carlos<br></blockquote></div><br>