Forum Moderators: open
<base href="http://www.example.com/" >
However, I now have a problem when I do this. Everytime I go to add a new hyperlink, Frontpage puts in this address as the link:
file:///D:/Example%20Website/folder1/folder2/file.html
Then when I upload it to the server, it brings this link instead of www.example.com/folder1/folder2/file.html. I thought uploading to the server from frontpage would have replaced the "file:///D:/Example%20Website" with my domain, but it didn't. Then when I manually replaced the "file:///D:/Example%20Website" with my domain name, it gave me something like this:
www.example.com/www.example.com/folder1.........
It duplicated the domain. Not sure what to do here.
If <base href="http://www.example.com/" > is not in the code, it would give me a relative link.
I assuming working directly on the server can prevent this problem. However I usually like to work on a local computer before I update my site. All the hyperlinks I add locally have the base "D:\" the root of my harddrive. These hyperlinks do not convert to my website domain. Does anyone know what I can do?