[Typo3] CSS decleration !

Jan Bednarik info at bednarik.org
Tue Feb 15 20:35:33 CET 2005


> I was just wondering if it was possible, and if so how to use typo script to declare which CSS file is imported into a page ???
I prefer to use:
page.headerData.1 = TEXT
page.headerData.1.value (
<style media="all" type="text/css">
@import "fileadmin/{$site}/style.css";
</style>
)

You can specify the "media" attrib and so on then.

Jan Bednarik



More information about the TYPO3-english mailing list