links question

liunx

Guest
Im trying to put a pic. on an html file called "template.html" which is in a folder called "cgi-bin" but the pic. is in a folder called "images". Both of these files are in a folder called "public_html". So would the path to that pic. be<br />
<br />
"public_html/images/top_logo.jpg" or what am I missing here because this path does not work.<br />
<br />
Thanks<!--content-->I think all you need to do is remove "public_html" from your path.<!--content-->No that doesnt work I tryed that already. Thanks though...Lets keep trying...Im up for any suggestions.<!--content-->OK, my next suggestion is to get that web page out of the CGI-BIN folder. There may be restrictions on files in that folder. You still want to keep the public_html reference out of your path, though.<!--content-->or you can just specify url instead of that path from what it sounds like.<!--content--><img src=http://www.webdeveloper.com/forum/archive/index.php/"../images/top_logo.jpg" /><br />
<br />
That should work!<!--content-->That worked guys thanks. I had to use the full URL for it to work in the CGI folder.<!--content-->ur welcome :) good luck<!--content-->
 
Back
Top