[TYPO3] TemplaVoila HTML docType

Peter Kraume usenet at kraume.de
Thu Nov 9 10:01:27 CET 2006


> To change the doctype add:
> config {
>   doctype = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
> Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> } 
> 

It's even easier if you use one of the predefined keywords for the the
doctype, e.g. like this:

config.doctype = xhtml_trans

Look here for more information about the other keywords:
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/7/3/

Regards
Peter



More information about the TYPO3-english mailing list