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> <<a href="mailto:carlos.ab@gmail.com">
carlos.ab@gmail.com</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;">Em Quarta 24 Outubro 2007 23:46, você escreveu:<br>
> Is there a quick fix one could make to the old Beeblebrox Net Gila skin<br>> template or CSS to enable it to show section edits? Currently all content<br>> in wikigroups with BNG skin goes blank if I turn the section edit feature
<br>> on in local/config.php . I haven;t the foggiest idea how complex or easy<br>> this might be.<br>><br>> More ambitious and interesting remakes of BNG are another issue, but for<br>> the immediate future I'd like to show PmWiki's section edit feature without
<br>> a thousand-page format headache of changing the skin.<br>><br>> TIA for any ideas.<br>><br>> 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['sectionedit'] = "div.sectionedit {<br>text-align:right;font-size:smaller;clear:none;}<br>");<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 in other elements inside the<br>page, things can move around in an unplanned way.<br><br>Carlos<br></blockquote></div><br>