[Typo3] htmlArea + source view
Artiom Lunev
artiom1st at yahoo.com
Thu Dec 22 08:00:06 CET 2005
any tips, regarding this?
Artiom Lunev wrote:
> 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