Page 1 of 1

Tiny MCE removes br-tags (linebreaks)

Posted: Fri Jan 23, 2009 11:40 am
by flow24
Hi,

I’m using TinyMCE Module 2.4.10. I figuered that under certain circumstances MCE removes
-Tags.

Example

Code: Select all

<p>Test<br /><br /><br /></p>
<table border="0">
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
When MCE does the cleanup the
tags are removed. Is there a way to make MCE keep the br-tags.
For example via the extra configuration in the admin?

I already tried to enter this:

Code: Select all

remove_linebreaks : false
valid_elements : *[*]
extended_ valid_elements : *[*]
But none of these worked. Only “cleanup: false” did it, but of course I don’t want to turn off the whole cleanup...

I’d be glad if someone could help me out.
Regards!