CSS
There are several ways to use CSS in the CMS. The most common ways include:
- Include the CSS file(s) in the template. This is the standard practice for web sites.
- Include a global CSS file and available classes (styles) in Tools -> Preferences -> Content. The global styles and CSS are included by default in the WYSIWYG for all users unless a more local CSS file and classes exist.
- Include a local CSS file and available classes at the Target-level. This allows for specific CSS classes across different sites and pages.
- Include a local CSS file and available classes at the Group-level. This allows for specific CSS classes based on the default group of the user. The Group-level classes and CSS override the Target and global levels.
- CSS in the XSLT. CSS classes can be applied programmatically in the XSL to style the data definition and index block XML in whatever way desired.
Last modified on Tue, 11 Sep 2007 14:53:49 -0400
Top / Previous / Next / Up / Table of Contents