[TYPO3-english] RTE P Tags

Sergio Catalá scatala at iti.upv.es
Tue Jan 13 12:58:17 CET 2009


Hi list, 

My RTE (rtehtmlarea) adds <p></p> tags to some parts of my text. For
example, if I have the next labels:

 <div><div><img ... />text</div></div>

 RTE converts the code to:

 <div><div><p><img ... />text</p></div></div>

I tried everything reading the manual:

RTE.config.tt_content.bodytext.proc.useDIVasParagraphTagForRTE = 1
RTE.default.proc.preserveDIVSections = 1
RTE.default.proc.allowTagsOutside = div

but nothing worked.

Any clue? I can't see where I can disable this default transformation in the manual. 

Thanks in advance, 
Sergio



More information about the TYPO3-english mailing list