[TYPO3-german] Re: Re: Re: RTE Konfiguration / HTML Ausgabe nicht verändern

Stefan Frömken firma at sfroemken.de
Fri Mar 12 11:02:44 CET 2010


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


More information about the TYPO3-german mailing list