Quick Question Reg. HREF

G

Glenn

I can't remember the code to go back to the root level of the web.

I know that ../ will bring you back 1 level and ../../ will bring you back
two levels, but what brings you back to the root?

Thanks.
 
T

Thomas A. Rowe

It depends on where you are at in your web structure.

A quick way to see the path, is to open a page where the link will be clicked on, then drag a page
from the location of the link onto your page, then switch to HTML/Code View and look at the path.

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

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