Hi Everyone,
I've got a site with an images directory and a secure directory.
The site contents are in the secure directory, with a login page and a banner page in the root. The banner page is reused on the secure pages as well.
The problem I'm having is, on the banner page, I use background: url(Images/image.jpg). this works fine for the login page, but on the secure pages, the images aren't shown.
I know it's a path problem because changing the url to ../Images/image.jpg works on secure pages but not on the logo.
So, my question is, how do I get the url to reference the absolute path, including the root folder, i.e. url(~/Images/Image.jpg)
I've tried all the standard things I can think of but nothing works.
Thanks
--------------------
Procrastinate Now!
I've got a site with an images directory and a secure directory.
The site contents are in the secure directory, with a login page and a banner page in the root. The banner page is reused on the secure pages as well.
The problem I'm having is, on the banner page, I use background: url(Images/image.jpg). this works fine for the login page, but on the secure pages, the images aren't shown.
I know it's a path problem because changing the url to ../Images/image.jpg works on secure pages but not on the logo.
So, my question is, how do I get the url to reference the absolute path, including the root folder, i.e. url(~/Images/Image.jpg)
I've tried all the standard things I can think of but nothing works.
Thanks
--------------------
Procrastinate Now!