I have a single SQL database where I'm saving html to support multiple websites. I have a single website where I maintain the html in the SQL database using Cute Editor. So, when I include url's and links, etc in my html I code them either specifically for a given site or as a relative link. In any case, I want those links NOT TOUCHED by Cute Editor. I know how I want them coded and I DO NOT want Cute Editor trying to interpret what I meant. I believe I have Cute Editor configured correctly. I.E. I left the default setting for "URLType", I have it set to "default" which when I read the documentation it says Cute Editor WILL NOT change my url's which is exactly what I want. I DID NOT choose "Site Relative" or "Absolute."
My problem is when I have the following saved in the SQL table: "<td style="background-image: url(images/button.gif); background-repeat: no-repeat; background-position: center 50%" height="22" align="center">"
the Cute Editor insists on displaying it like this when I bring it up for editing: <td style="background-image: url(http://www.tpmssource.com/Admin/images/button.gif); background-repeat: no-repeat; background-position: center 50%" height="22" align="center">
As you can see, the Cute Editor took it upon itself to convert my relative link to an absolute link based on the site where I'm doing the maintenance. But that site IS NOT the same as the site I'm doing the maintenance for. I just need Cute Editor to leave my relative link alone!
This is a MAJOR problem for me. I DO NOT WANT Cute Editor changing my url in any way. Please help! Tell me what setting I need to use or let me know if this is a bug and what hotfix I need.