[Typo3] Typo3 overwrites the style attribute in <p>

Meik Schmidt schmidtsmeik at gmx.de
Wed Sep 28 15:46:38 CEST 2005


Hello!

How can i avoid that Typo3 overwrites the style attribute in the P tag?
The problem is when i format some text with RTE the Typo3-Engine
overwrites the style attribute.

For example:

<p style="text-align: right">..text...

becomes

<p style="margin: 0 0 0 0;">...text...

I looked in the TSRef and tried to resolve this problem with

tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines.addAttributes.P.style
=

but it does not! In this way the whole style attribute is removed.

How can i tell the Typo3 engine that it should not make any changes on
the style attribute in the P tag?

Thx a lot!



More information about the TYPO3-english mailing list