I build an asp application "sales". The file structure of the application is as the following.
/ /asp
standard.css
/sales
index.htm
In the page index.htm, the HTML code is:
<LINK REL="stylesheet" TYPE="text/css" HREF="../standard.css">
This line of code succesfully links the index.htm page to the style sheet standard.css.
Although the code works, I wonder what on earth the "../" points to. In my case, it points to the folder that is above the folder where the current page is located.
Could someone help me with this?
Thanks in advance.
Seaport
/ /asp
standard.css
/sales
index.htm
In the page index.htm, the HTML code is:
<LINK REL="stylesheet" TYPE="text/css" HREF="../standard.css">
This line of code succesfully links the index.htm page to the style sheet standard.css.
Although the code works, I wonder what on earth the "../" points to. In my case, it points to the folder that is above the folder where the current page is located.
Could someone help me with this?
Thanks in advance.
Seaport