[TYPO3] RTE Htmlarea empty paragraphs before and after list

Andreas Otto andreas.otto at dkd.de
Wed Dec 13 14:44:06 CET 2006


Hi,

I am currently looking into a problem I am having with the way text is
rendered after having been inserted using Htmlarea.

TYPO3 is 4.0.2 using static templates "content (default)" and "cSet
stylesheet". 

The source view in Htmlarea shows:

<p>Ein Absatz mit Text. </p>
<ul> <li><a href="http://typo3-stable.gimli.dkd.de/?id=54">Punkt 1</a></li>
<li>Punkt 2</li> <li>Punkt 3</li></ul>
<p> Ein Absatz mit Text.</p>

Which is fine there.

But this is rendered on the screen as:

<p>Ein Absatz mit Text.
</p>
<p>&nbsp;</p><ul> <li><a href="index.php?id=54" target="page" >Punkt
1</a></li> <li>Punkt 2</li> <li>Punkt 3</li></ul><p>&nbsp;</p>
<p> Ein Absatz mit Text.</p>

Notice the <p>&nbsp;</p> before and after the list.

Does anyone have an idea how to get rid of the empty paragraphs?


Cheers,
Andreas

-- 
Andreas Otto

d.k.d Internet Service GmbH
Kaiserstraße 79
60329 Frankfurt / Main
Fon: +49 69 43056170
Fax: +49 69 43056190
Mail: andreas.otto at dkd.de
Home: www.dkd.de



More information about the TYPO3-english mailing list