Click to See Complete Forum and Search --> : Problem with images When <!--#i nclude-->


T4TayyaB
May 23rd, 2005, 01:34 PM
Hi
When I include a file( Which contain an image) using SSI I don't see the image in the browser But i see all the other stuff written in included file.
The reason of problem is that when we include file the image path(ie relative path) is not resolved. So If u have any solution for this problem do tell me.

Thanx in advance But Prayers after reply

Vanny
May 23rd, 2005, 10:11 PM
Are you putting in the relative path from the file calling the include or the include file itself.

I use a similar process and dont have any problems.

I have the following folder


root
- default.asp
images
- all the images
includes
- content to include


in the include file I always treat the path is if the file is stored under the root folder.