I have a contenteditable area and when the user has finished editing I will save the data to a file. When a user uses first one browser and then another the different styles created by the contenteditables leads to messy and incompatible code.
I was wondering if there was any way to replace the <span style="font-weight:bold">XXX</span> tags created in Chrome with 'standard' tags such as <b>xxx</b>.
Thanks in advance