Tiny MCE removes br-tags (linebreaks)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
flow24
Forum Members
Forum Members
Posts: 28
Joined: Tue Apr 22, 2008 2:46 pm

Tiny MCE removes br-tags (linebreaks)

Post 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!
Post Reply

Return to “Modules/Add-Ons”