|
Posted by Andy Dingley on 11/23/23 11:43
attorneyatlaw@hotmail.com wrote:
> Is there a way to add ONE line in the beginning of the html document
> telling the computer that ALL graphics will be stored at:
> http://home.att.net/~novice/beginner/homepage/me/"
No.
There might be, if you'd set the initial HTML up to use relative links
then you could use <base> to control the mapping of relative =>
absolute. However this is always rather confusing and it won't work if
you've set the link paths up as full absolute urls to begin with.
What you should do is to find yourself a nice powerful editor, with
good search and replace - including multi-file search and replace. With
something like TextPad (downloadable, free trial mode, cheap to buy)
then you can do this properly and in seconds.
Also consider not using full paths in the future. If a simple relative
path gets you from page to image (most simple images on most simple
pages) then you can and should use that instead.
Navigation:
[Reply to this message]
|