Tannic
 
Document Actions
  • Send this page to somebody
  • Print this page
  • Add Bookmarklet

How do I get CSS to work?

Up to Table of Contents

This FAQ applies to: Any version.

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.


You are here: Home Help Center FAQs How do I get CSS to work?