Basically I want to disable whatever it is that causes alfresco to keep rearranging or changing my HTML code. For instance, I type
<a name="1"></a>A title
into the html code editor and when i update, it changes it or switches to
<a name="1">A title…………
basically removing </a> or something. I just need to know how force alfresco to stop outsmarting itself and leave my html code alone. Can anyone help or am I asking for the impossible here?
TinyMCE itself only calls the browser APIs for editing HTML (there is an API for IE and one for Mozilla browsers with most others support). It may not be the TinyMCE code that is rearranging the HTML - it may be the underlying browser API calls - in which case I would be doubtful if we can do much about it - simply because we cannot gaurentee how different browsers would modify the HTML.