Another link question:
I'm currently developing a site and am (currently) including cutesoft.
When I add content and make relative links, they are fine (<a href=default.asp>, for example, or <img src=images/image.jpg>).
If I return to the page and edit it, cutesoft converts these to absolute paths - eg, <a href=http://localhost/devsite/default.asp> - for EVERY link and image.
This is obviously a bad thing, because when the site goes live on (eg) www.thelivesite.com, links pointing to http://localhost/devsite/ will be more than a little useless!
How do I prevent this from happening, ie, retain the relative links I specified in the first place?
Ta!