Chris Bernhard schrieb:


Funktioniert aber dennoch nicht, sprich das b bleibt immer noch ein b.
Das mit den br's funktioniert soweit bestens!

Viele Grüße vom Chris

Ich werde Dir hier nicht erklären warum und wieso...das mache ich schon auf meiner Webseite zu genüge, deshalb hier einfach der Code:

exitHTMLparser_db = 1
exitHTMLparser_db {
        allowTags < RTE.default.proc.allowTags
        tags {
                b.remap = strong
                i.remap = em
        }
        htmlSpecialChars = 0
}
exitHTMLparser_rte = 1
exitHTMLparser_rte {
        allowTags < RTE.default.proc.allowTags
        tags {
                strong.remap = b
                em.remap = i
        }
        htmlSpecialChars = 0
}

http://typo3.sfroemken.de/index.php?id=38

Stefan
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an