Is there a setting in Dreamweaver where it will list your full URL instead of the following.
I have this.....
<img src="images/feed_icon1.png
"
But, want this....
<img src="
http://www.mysite.com/images/feed_icon1.png"
For some pages I develop in DW, I upload to a service to send for HTML email. The full URL is required in those cases and I have to go 1 by 1 thru each image, link, etc..
Thanks.
Start Free Trial