Hello!
I have a problem with the otherwise very nice FCKEditor.
When I paste the following bit of HTML:
the editor auto-reformats this as follows:
Is there any way to avoid this?
Thanks in advance for any response!
I have a problem with the otherwise very nice FCKEditor.
When I paste the following bit of HTML:
<td>123</td><td>456</td>
the editor auto-reformats this as follows:
<td> </td> 123 <td> </td> 456
Is there any way to avoid this?
Thanks in advance for any response!