I have an applications that uses the htmledit (tinyMCE) type. In development and all my own servers it works well. But on my customers server the save will hang in it’s running image as soon as I use any property like center, align etc.
What’s causing this?
The customers server is hosted in australia, mine in europ and USA. Are there differences to be known?
This text will save correctly:
<p style=“font-size: large; text-align: center;”>Dealer Restricted Area</p>
But as soon as tinyMCE has a ‘<span>’ generated, saving will hang