Typo3 - XHTML konforme Seiten: Unterschied zwischen den Versionen
Aus Wikizone
| Zeile 2: | Zeile 2: | ||
#Doctype Einstellungen und Änderungen für Valides XHTML sowie CSS | #Doctype Einstellungen und Änderungen für Valides XHTML sowie CSS | ||
| − | config.doctype = xhtml_trans | + | config.doctype = xhtml_trans # oder xhtml_strict |
config.xmlprologue = none | config.xmlprologue = none | ||
config.doctypeSwitch = 1 | config.doctypeSwitch = 1 | ||
Aktuelle Version vom 27. Juni 2006, 12:55 Uhr
Einstellungen für den Doctype (Setup):
#Doctype Einstellungen und Änderungen für Valides XHTML sowie CSS config.doctype = xhtml_trans # oder xhtml_strict config.xmlprologue = none config.doctypeSwitch = 1 page.bodyTag = <body>
weitere html Einstellungen[Bearbeiten]
weitere Infos[Bearbeiten]
Typo3 Buch S.417