how can I convert in frontpage relative url's to absolute url's

  • Thread starter Thread starter Guest
  • Start date Start date
To what URLs are you referring?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
 
You need to be publishing from the *open* web; not just individual pages.
Make sure of this.

Also make sure you've Imported all your images that are used; and imported
any other files that are linked.
 
FP doesn't generate absolute URLs, so if you want them, you will have to manually create them, then
you will always have to manage your links manually.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
You haven't given any indication as to why you want absolute url's so I'm
curious about this. If you ever have to publish to a different domain name
you will regret having absolute url's in the code and you will have to go
through the web and change all of the url's plus you can't test the site
locally because all of the menu's are messed up.
 
Back
Top