


Is every line of your site wrap in P-tags, and you want to remove them because they are killing your layout?
Then you should try the following, and the P-tags should disapear.
Add this code to the Constants of your Template
content.RTE_compliant = 0
If you use css_styled_content, put following code in your template setup
tt_content.stdWrap.dataWrap > lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines>


Comments (0)