[TYPO3-project-realty] Fw: Search and Pages in "Listview"

Oliver Klee typo3-german-02 at oliverklee.de
Fri Nov 6 15:40:48 CET 2009


Hi,

Helge Farr schrieb:
> 1. How to switch to XHTML, I think ist implementet? Or not?

You need to set this in your TS setup:

config {
    # use XHTML 1.0 strict
    doctype = xhtml_strict

    # remove the XML prologe to keep IE from triggering the quirks mode
    xmlprologue = none


    # let's create the XHTML as valid as possible
    xhtml_cleaning = all
}

You also need to use CSS Styled Content instead of the old content
(default) output rendering.

In addition, you need to make sure your site's HTML template is valid
XHTML (e.g. no font tags). You can check your output with an HTML validator.

After your site is valid XHTML, could you please check whether the
problem still persists?


Oliver


More information about the TYPO3-project-realty mailing list