cgi-bin and image location

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
beno
Beginner
Beginner
Posts: 1
Joined: Thu Aug 21, 2003 9:39 pm

cgi-bin and image location

Post by beno »

Hey how's it going,
My PHP files have to be placed in the cgi-bin but I also want the menu to be displayed on those pages. Is there anyway to specify the location of the "arrow.gif" for the submenus? I don't think you can have image files in the cgi-bin.. I tried uploading the arrow.gif file and it didnt show up. Any ideas?

thanks,
andy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I suspect you're probably correct about not having images in cgi-bin (although I'm not positive, but I wouldn't put them there).

Anyway, you can put images for the menu anywhere you like. Just specify the location; e.g.,

Code: Select all

"../images/arrow.gif",
...or whatever.
John
Post Reply