Posted by dougnorton on February 17, 2011 at 10:53pm
When I click the "source" button and put in the following html:
<p>
<img src="before.jpg" width="304" height="422" border="0"
onmouseover="this.src='after.jpg'"
onmouseout="this.src='before.jpg'"/>
</p>
And click the save button and go back into the editor, I see this
<p><img border="0" height="422" onmouseout="this. data-cke-saved-src='before.jpg' src='before.jpg'" onmouseover="this. data-cke-saved-src='after.jpg' src='after.jpg'" src="before.jpg" width="304"></p>
As you can see I get this "data-cke-saved-" inserted into my html. It appears to save into the database ok because my mouse over and out work.
Can someone help me?