[pmwiki-users] How to Get Rid of PmWiki's Hardcoded Styles and Markup?

Hans design5 at softflow.co.uk
Mon Mar 10 20:02:21 CDT 2008


Monday, March 10, 2008, 11:16:48 PM, Andrew Standfield wrote:

> I want to *completely* suppress all styling information PmWiki puts  
> out. Everything. I don't want the style information in the header,  
> and I don't want any of PmWiki's CSS classes in my HTML tags.

Check out http://www.pmwiki.org/wiki/Cookbook/RemovingHTMLStyles
and the CSS section on
http://www.pmwiki.org/wiki/Cookbook/SkinGuidelines

> I'd also like to know how to get rid of the superfluous divs it seems
> to be fond of littering about. These seem to have something to do  
> with some theory of how white space should be handled, but it only  
> destroys my styling.

Perhaps try in config.php:

DisableMarkup("<vspace>");
DisableMarkup("<vspace><p>");

(vspace markup is defined in scripts/stdmarkup.php)

  ~Hans




More information about the pmwiki-users mailing list