Hi,
Good to find your reply,
for the above questions:
1.In my html page i have the javascript functions in head tag like this
<td colspan="2">
<a href="somelink.com"
onmouseover="window.status='catalogue'; changeImages('catalogue', 'images/catalogue-over.jpg'); return true;"
onmouseout="window.status=''; changeImages('catalogue', 'images/catalogue.jpg'); return true;"
onmousedown="changeImages('catalogue', 'images/catalogue-over.jpg'); return true;"
onmouseup="changeImages('catalogue', 'images/catalogue-over.jpg'); return true;">
<img name="catalogue" src="images/catalogue.jpg" width="122" height="63" border="0" alt="catalogue">
</a>
</td>
now in design mode when iselect the images they are not selected or when i switch to preview mode/html mode the images dissapear from the form and they donot appear again.
2.The save button doesnot show any error messages, and all permission were set to the files. As the custom button used by me was working why isnt that working.
4.Now its removing server name but keeping the root folder name before the actual image folder. Its giving like this
<img src='/CmsEditor/images/someimage.gif'>
while it should be 'images/someimage.gif'
please send me a solutionfor this : i want to resolve all the problems before buying this Editor.
Thanks,