Stuart McLachlan
stuart at lexacorp.com.pg
Wed May 17 21:56:33 CDT 2006
On 18 May 2006 at 13:35, David Emerson wrote: > I am using Visual Studio 2005 Express to create a web site. It is a > subset of a larger website and sits in a subfolder to the main web > site. > > I have the default.aspx in a directory called /root1/Subroot1. This > is where my web site begins. I would like to link to an image in > /root1/Subroot2. > > What is the syntax for a relative URL to move from Subroot1 down to > root1 and then up to Subroot2? > Just use the standard ".." for parent: ..\Subroot2