Hi Andy,
Weird, it looks like it will only populate the field if you do it on an
unsaved document. What I did was drag the image onto the page and with it
still selected, I a did Site> Change Links Sitewide.
If you point to where the file is in the site as root relative, and then
point to where you want it as root relative, Dreamweaver will take care of
the paths keeping them document relative -- at least in my test.
I had this in my file:
<img src="assets/up.gif" width="8" height="12" />
The Change all links to field read: /ng/assets/images/up.gif
I then entered this in the Into links to field: /ng/up.gif
The replaced tag became:
<img src="../up.gif" width="8" height="12" />
Which is exactly what I'd expect. Again, please back up before doing
sitewide changes in case something goes wrong. Hope that clears it up for
you!
Good luck,
~Angela
--
Angela C. Buraglia, Founder:
~FAQs, Tutorials & Resources~ http://www.DreamweaverFAQ.com
~My Extensions~ http://www.dwfaq.com/go.asp?ID=AngelaX10
DWfaq Support Newsgroup: news://support.dwfaq.com/support
Co-Author with Joseph Lowery, Dreamweaver MX 2004 Killer Tips:
http://www.dwkillertips.com
Extension Developer for Cartweaver 2:
http://www.cartweaver.com/extensionsuite.cfm
Remove the CAPS in my E-mail to reply off list.
"Andy Williams" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
woops
#2. I mean both links must either be absolute or root relative - my links
are document relative |