Hey Folks, I'm starting to play with a local copy of the wiki to make sure I have it setup the way I want before I actually put it on the internet. I'm trying to add some custom CSS for a DIV. I've ready through the following articles:
http://www.pmwiki.org/wiki/PmWiki/MarkupMasterIndex http://www.pmwiki.org/wiki/PmWiki/CustomWikiStyles http://www.pmwiki.org/wiki/PmWiki/WikiStyleExamples So either I'm not understanding or I'm not going to the correct place online. I've added this to my local/config.php: $WikiStyle['looknfeel'] = array( 'margin' => '10px 5px 5px 25px', 'border-collapse' => 'collapse', 'border' => '0' ); Now how to I actually apply it to the DIV? I have this now on the page: !Vent Status (:div class="looknfeel":) !!Privacy Policy (:div class="looknfeel":) Junk (:divend:) (:divend:) What am I doing wrong, not understanding or mis reading, etc... Or what is the best practice for adding CSS? Thanks, Brian
_______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
