Hi i cant get any site relative links like these to work.
e.g <img scr="/images/image.gif" />
I can only get links which are either full path
<img scr=" />
or relative.
<img scr="../images/image.gif"
Is this a problem with the setup with IIS or a code issue?
I found away around this with the html <base> tag expicitly stating the path to the root of the web server but none of the major html editors support the use of the tag.
I also have the same problem with Server Side Includes (SSI).
The following works:
<!--#include file="../inc/left_navi.inc" -->
The following does not:
<!--#include virtual="/inc/left_navi.inc" -->
thanks for all your help.
regards
Angus
Angus
e.g <img scr="/images/image.gif" />
I can only get links which are either full path
<img scr=" />
or relative.
<img scr="../images/image.gif"
Is this a problem with the setup with IIS or a code issue?
I found away around this with the html <base> tag expicitly stating the path to the root of the web server but none of the major html editors support the use of the tag.
I also have the same problem with Server Side Includes (SSI).
The following works:
<!--#include file="../inc/left_navi.inc" -->
The following does not:
<!--#include virtual="/inc/left_navi.inc" -->
thanks for all your help.
regards
Angus
Angus