Am 14.11.16 um 02:50 schrieb aaaaa vvvvv:
Hallo,
ich habe diese Woche Typo3 installiert und finde auch nach langer Suche
keine Lösung, wie ich eine .css einbinden kann.
Bisher sieht das Setup so aus:
[code language=TypoScript]
page = PAGE
page {
config.doctype = html5
meta.author = CK
meta.description = Intranet.
page.includeCSS {
file1 = fileadmin/style.css
}
10 = FILE
10.file = fileadmin/template.html }
[/code]
Habe natürlich die genannten Dateien auf der Oberfläche unter Fileadmin
hochgeladen. WEnn ich dort die .html aufrufe bekomme ich auch die
gestylte Ausgabe nur eben nicht, wenn ich die Vorschaufunktion verwende.
Gruß
Hi,
wenn das dein Code ist, dann hast du innerhalb von page ein page.
Versuch doch mal sowas:
[code language=TypoScript]
page = PAGE
page {
config.doctype = html5
meta.author = CK
meta.description = Intranet.
includeCSS {
file1 = fileadmin/style.css
}
10 = FILE
10.file = fileadmin/template.html }
[/code]
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german