D
David C
I am not fully understanding how to refer to another file in the aspx
page.
There is one style sheet which I need to refer to and it is in the root
directory
<LINK href="styles.css" type="text/css" rel="stylesheet">
So how to I refer to that from aspx pages in various sub-directories?
It works if I use relative paths (../styles.css), but not if you are
going to the aspx file from another aspx file from a different
directory.
Tried ~/styles.css hoping that the reference will work no matter where,
but it does not work.
page.
There is one style sheet which I need to refer to and it is in the root
directory
<LINK href="styles.css" type="text/css" rel="stylesheet">
So how to I refer to that from aspx pages in various sub-directories?
It works if I use relative paths (../styles.css), but not if you are
going to the aspx file from another aspx file from a different
directory.
Tried ~/styles.css hoping that the reference will work no matter where,
but it does not work.