[Typo3-UG Oesterreich] HTML Area - Zeilenschaltung zwischen jedemSatz im BE?

Wolfgang Klinger wolfgang at stufenlos.net
Sat Jan 1 17:47:27 CET 2005


 Hallo!

 Michael Inselsbacher schrieb folgendes am 01.01.2005:
> Der Umbruch im Editor funktioniert soweit ja super, aber sobald ich 
> speichere wird daraus ein P tag.
> Davor ist es noch ein BR Tag.
> Es wird dann nach dem Speichern im Editor sofort mit P tag formatiert.
----------- 8< --------------
> >> Ich habe aber folgendes in das TSconfig der rootpage geschrieben:
> >>
> >> default.proc {
> >>     dontConvBRtoParagraph = 1
> >> }

 sollte schon
----
RTE.default.proc {
----
 sein...

 Dann kannst du noch folgendes setzen:
----
RTE.default.proc.entryHTMLparser_db = 1
RTE.default.proc.entryHTMLparser_db.keepNonMatchedTags = 1
RTE.default.proc.entryHTMLparser_db.allowTags = p,div,b,i,img,a,br,strong,em,link,list
----
 (bzw. noch weitere Tags)


 lg
 Wolfgang





More information about the TYPO3-at mailing list