View Full Version : Subdirectories and paths :(


kaoZ
02-14-2005, 04:35 PM
I've tried some stuff, and this is my problem:
/images
/gfx
/folder
index.php

in /folder:
index.php

how do I get the img tag in /folder/index.php to work with /gfx?
Thanks,
kaoz.

starlet
02-14-2005, 04:40 PM
Just put in the full path...http://www.yoursite.com/folder/image.gif

Sphere
02-14-2005, 04:55 PM
../gfx/image.ext

i'm doubting if its the above or that i have to add a forwardslash to it:
/../gfx/image.ext

kaoZ
02-14-2005, 05:15 PM
Thanks alot, Sphere!
I know it had something to do with a dot. So I had tried ./gfx before. But that didn't work =P
So it's 2 full stops.
Thanks, you helped me alot.

Sphere
02-14-2005, 05:34 PM
no problem :)