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!