It seems that FCKEditor cannot cope with editing a document with Gecko (Firefox/Mozilla) one day, and then IE the next.
IE uses [strong] for "bold" text and Gecko uses either [b] or [span style="font-weight: bold"]. Because of this they don't recognise each others styled text. If while using Gecko I de-bold a word which has been emboldened in IE, Gecko will not realise that it is bold and will try and make it bold by surrounding the [strong] tags with [b] tags.
Is there any way around this besides pre-processing the text serverside to use the HTML elements that a given browser is expecting?
Thanks,
Simon
IE uses [strong] for "bold" text and Gecko uses either [b] or [span style="font-weight: bold"]. Because of this they don't recognise each others styled text. If while using Gecko I de-bold a word which has been emboldened in IE, Gecko will not realise that it is bold and will try and make it bold by surrounding the [strong] tags with [b] tags.
Is there any way around this besides pre-processing the text serverside to use the HTML elements that a given browser is expecting?
Thanks,
Simon