fabus
unread,Jun 4, 2008, 7:53:46 AM6/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Typo3
Hi guys,
I have tried this for several hours now, but it does not work.
The code in the RTE is:
<div class="block">.....
<p>A utility that helps ... </p>
...
</div>
And in the DB this gets
<div class="block">.....
A utility that helps ...
...
</div>
But in the final output it gets
<p><div class="block">.....</p>
<p>A utility that helps ... </p>
...
<p></div></p>
Which is obviously invalid code.
How can I disable all the transformations at all?
I can disable the <p> in the DB->Frontend step, but then I loose the
paragraph.
Thanks in advance,
Fabus