Re: adding links to html pages
Re: adding links to html pages
- Subject: Re: adding links to html pages
- From: George Anten <email@hidden>
- Date: Sun, 20 Jul 2003 18:54:08 -0400
"Kelvin Aitken" wrote:
>
So I want to make a script that will open each page and add a simple text
>
based URL link to the sites home page. I normally use Dreamweaver...
If you just want to insert a URL to an existing HTLM doc, without worrying
about where it's placed, then it'd be mind numbingly simple to do it in
Dreamweaver, no scripting required.
Take an appropriate tag that you know would be present in all your pages.
Heck, you could even use the <body> tag. Put it in the Find box in
Dreamweaver. Then simply append your URL to it and put it in the Replace
box. Switch to the Source Code popup at the bottom and target all your
files/folders by dragging them to the list box. Click Replace All and you're
done.
g/a
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.