[pmwiki-users] Right float image

Henrik Bechmann henrik at bechmannsoftware.com
Wed Nov 16 15:28:31 CST 2005


Patrick,

Hmmm,

I tried putting

$HTMLStylesFmt['wikistyles'] = "";
$HTMLStylesFmt['pmwiki'] = "";
$HTMSVSpace = '';

At the top and bottom of my 'default.php' file (which I know is being 
run because it's got the monobook skin code in it - from monobook.php - 
, making tabs on my html pages),

and nothing changed in terms of output of <p class='vspace'>... or of 
generation of style information in the header.

Processing order? I'm missing something?

- Henrik

Patrick R. Michaud wrote:

>On Wed, Nov 16, 2005 at 04:00:54PM -0500, Henrik Bechmann wrote:
>  
>
>>Thanks Hans,
>>
>>I tried putting
>>
>>$HTMLStylesFmt['wikistyles'] = "";
>>$HTMLStylesFmt['pmwiki'] = "";
>>
>>into the local config.php and also the farmconfig.php. In both cases 
>>these styles were removed from the HeaderText generated code as the page 
>>you suggested describes. But even though I have retained the pmwiki skin 
>>for local help pages (PmWiki/*), the styles are removed from that skin 
>>as well, which is not desirable.
>>...
>>    
>>
>
>Another possibility is to put the above settings into a skin.php
>file in your custom skin.  Then they're executed only when your custom
>skin is loaded.
>
>Pm
>
>  
>




More information about the pmwiki-users mailing list