[TYPO3] Add code before header
litter
typo3-english at lists.netfielders.de
Mon Oct 30 19:30:45 CET 2006
I would like to keep IE7 in quirks mode, and I found this is the way to do it:
<?xml version="1.0" encoding="utf-8"?>
<!-- ... and keep IE7 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Just add this line : <!-- ... and keep IE7 in quirks mode --> into the html output of typo3.
How do I do this?
More information about the TYPO3-english
mailing list