Hi,
Is there a way to configure WLW to post <a><img/></a> using relative URLs for the href and src attributes instead of the host?
For instance, instead of <img src="http://localhost/images/blah.jpg"/>, I would like for it to save as <img src="/images/blah.jpg"/>.
I want to develop my site on my localhost, and then move to a proper domain later.
Thanks in advance,
Rei