[TYPO3-german] Mehrere Stylsheets per TS einbinden-Jetzt gehts
Lisa
lisa at wcm4u.de
Fri Apr 4 14:25:12 CEST 2008
Lisa schrieb:
> Hallo,
> wie kann ich mehrere Stylesheets per TS einbinden?
> Ich dachte dass würde funktionieren:
> page.includeCSS{
> file1 = fileadmin/templates/main/css/pv_style_div.css
> file1 {
> title = MainStyle
> media = screen,projection
> }
> file2 = fileadmin/templates/main/css/pv_style_fonts.css
> file2 {
> title = FontStyle
> media = screen,projection
> }
> file3 = fileadmin/templates/main/css/pv_style_nav.css
> file3 {
> title = NavStyle
> media = screen,projection
> }
> }
> aber es wird immer nur das erste gezogen, die anderen werden nicht
> beachtet.
> Was mache ich falsch?
>
> liebe grüße
> Lisa
>
So gehts:
# Stylesheets
page.includeCSS {
file1 = fileadmin/templates/main/css/pv_style_div.css
file1.media = screen
file2 = fileadmin/templates/main/css/pv_style_fonts.css
file2.media = screen
file3 = fileadmin/templates/main/css/pv_style_nav.css
file3.media = screen
}
anscheinend störte das title Attribut
Grüße und Danke
Lisa
--
Lisa Schmidt
SUSE Linux Enterprise Server 10 (x86_64), MySQL 5.0.26, PHP5, Typo3 4.1.3
Extensions: TemplaVoila
More information about the TYPO3-german
mailing list