Also, one of the major changes for me is links. Many of our sites use a popup window to add info to product descriptions.
FYI, if you want to add such to a description with the new CKEditor, you can use something like:
Code:
<a href="/images/large/PS-001_LRG.jpg" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,width=420,height=420'); return false;">Small Craft Navigation Aid</a>
Note that there are lots of options but we currently only set the width and height for a desktop.
Bookmarks