[TYPO3-RTE] P Tags added in RTE

Sergio Catalá Gil scatala at iti.upv.es
Tue Nov 11 12:24:25 CET 2008


When I started to design my site, I decided not using the "rtehtmlarea"
extension because it usually added some labels that spoiled my code. Now
I need to use this extension because I added some editors in the backend
that don't know HTML. 

For the time being, I only face two problems: 

* It adds (rtekeep = "1") attribute to my links. How can I remove it?

* It adds (and that's the most important part for me) <p></p> tags to
some code. 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>

 Any solution?
 
 Thanks, 
 Sergio



More information about the TYPO3-project-rte mailing list