Absolute links in href's

S

ScottWagert

I'm trying to use an absolute link for certain elments, like images or css
file references, to a common spot on my site. I'm trying to code something
like:
....href="/mysite/images/foo.gif" where /mysite is the root of my site so
that all my pages, irrespective of where they occur in my site hierarchy use
that same reference.

In design mode, the hrefs never resolve correctly, however, they preview
fine and work in the browser ok.

Is there some switch so that I can work / see these elements in design mode?
 
T

Thomas A. Rowe

No. FP can only manage relative URLs using ./ or ../

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top