I discovered a new issue with the CuteEditor and I am able to reproduce it.
Steps to reproduce:
- Create a new .htm file on your hard drive with the following content (IMPORTANT: notice the spaces before the <a> tag and after the </a>
- <html>
- <head>
- </head>
- <body>
- This is Microsoft's <a href="http://www.microsoft.com">web</a> site.
- </body>
- </html>
- Go to http://cutesoft.net/example/general.aspx
- Click on the "Insert template" button
- Click on "Upload", and select the .htm you create in step 1
- When your template is uploaded, click on it and click on "Insert"
Finally, take a look at the resulting HTML that was inserted in your HTML editor. You will notice the spaces before and after the link have been removed. Here is a screenshot of the result from my testing :