[TYPO3] using your own stylesheets

Nagita Karunaratne Nagita.k at gmail.com
Wed Sep 20 19:02:18 CEST 2006


I installed calendar base (cal) and I wanted to use my own stylesheet.

So I copied the stylesheet into my own file and linked it with the template

CONSTANTS
---------
config.inlineStyle2TempFile = 1
css.cal = fileadmin/templates/domain/css/cal.css


SETUP
-----
plugin.tx_cal_controller._CSS_DEFAULT_STYLE >
page.includeCSS {
   cal= {$css.cal}
}

Is this the correct way to isolate the stylesheet?

Is this the correct use of the parameter config.inlineStyle2TempFile?

Should I remove the CSS-based tmpl (cal) and default CSS-styles (cal) 
from the mail template?


Thanks,
Nagita



More information about the TYPO3-english mailing list