Tiny MCE removes br-tags (linebreaks)
Posted: Fri Jan 23, 2009 11:40 am
Hi,
I’m using TinyMCE Module 2.4.10. I figuered that under certain circumstances MCE removes
-Tags.
Example
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:
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!
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>
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 : *[*]
I’d be glad if someone could help me out.
Regards!