How do I get CSS to work?
Up to Table of Contents
How do I get CSS to work?
ZUBB 0.8.0:
ZUBB now includes a option to include the zubb.css file or not.
ZUBB 0.7.0 and below:
The CSS file is called "local_css" and can be used by adding the following code to your standard_html_header before the <body> tag.
<!-- css -->
<dtml-if local_css>
<style type="text/css">
<dtml-var local_css>
</style>
</dtml-if>
<!-- /css -->
Update: ZUBB 0.8+ has a built in option for zubb.css or you can disable it and use your own.