There is a problem with creating hyperlink on the image inside two <div> tags with contenteditale attributes.
Example:
<div contenteditable="false">
<div contenteditable="true">
<img height="257" alt="" src="http://cutesoft.net/uploads/handshake_301523.jpg" width="344" border="0" />
</div>
</div>
Please paste this code into HMTL code of the CuteEditor. Then swich into Normal tab and try to do a hyperlink on the image. The link appers above the image.
Please advice.