| Tweet |
Normalmente le pagine html create da Typo3 presentano il Doctype HTML 4.0 Transitional:
DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
Nel caso vogliate modificarlo nel Doctype XHTML 1.0 Transitional:
DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
basterà inserire la riga:
page.config.doctype = xhtml_trans
all’interno del Setup del vostro template.
Ovviamente questa modifica non renderà tutto il vostro sito XHTML compatibile, per ottenere questo dovrete mettere mano al vostro template.
| Tweet |
Hai trovato interessante questo articolo? Sottoscrivi il Feed RSS o iscriviti alla NEWSLETTER per non perdere i prossimi aggiornamenti del blog. Se preferisci puoi anche seguirmi su Twitter.








Mi chiamo
I commenti a questo post sono chiusi.