shortened Image links...?

liunx

Guest
Hi.<br />
I was wondering how to use shortend image urls on htmls in another directory.<br />
<br />
My situation is this:<br />
I have my root directory. In there, I have a directory for images [a] and a directory for my pages .<br />
<br />
If I type src=http://www.htmlforums.com/archive/index.php/"a/logo.gif" on a html in directory b, the image won't show up because it searches only inside the b directory and there is no logo.gif in directory b?<br />
<br />
I need to know how to use a shortend url [e.g. src=http://www.htmlforums.com/archive/index.php/"a/logo.gif"] on htmls inside the directory b.<!--content-->to go UP one directory, use ../<!--content-->yes whay Doc said.<br />
<br />
If you type src=http://www.htmlforums.com/archive/index.php/"a/logo.gif" in an html directory b, the image won't show up because it searches only inside the b directory and there is no logo.gif in directory b? <br />
<br />
correct, so you type this to go up one (or back) directory.<br />
<br />
src=http://www.htmlforums.com/archive/index.php/"../a/logo.gif"<!--content-->
 
Back
Top