[Typo3] htmlArea + source view

Artiom Lunev artiom1st at yahoo.com
Tue Dec 20 08:47:03 CET 2005


hi all,

when I edit content with htmlArea and then clicking on source view, and 
add div around my content. When I save it, it removes closing div, and 
just puts it at the beginning.

for example:
before:
<h1 class="test">Header</h1><p>text text text text</p>

I want:
<div class="box"><h1 class="test">Header</h1><p>text text text 
text</p></div>

after I save, I see this:
<div class="box"></div><h1 class="test">Header</h1><p>text text text 
text</p>


Any ideas why this happens?

Regards,
Artiom.



More information about the TYPO3-english mailing list