I'm using FCKeditor 2.5, and I'm trying to write a plugin that puts a <div> with a certain class around selected text. This works in Firefox and IE, but not In Safari. If I change the <div> into something like <em>, it does work, but I really need a block element...
Is there a workaround for this? Or will I need to use <span> and change <span class="whetever"> into a block element?
Is there a workaround for this? Or will I need to use <span> and change <span class="whetever"> into a block element?
