[ic] Deparately seeking images...and assistance ... on my last leg?

Greg Goble interchange-users@interchange.redhat.com
Tue Apr 23 10:03:01 2002


Andrew Lietzow writes:

Snipet... 
> My current status is that the Foundation Demo is running (see
> http://microanswers.net/cgi-bin/foundation for proof), but 
> for the real work
> that needs to be done at 
> http://hostahaven.com/cgi-bin/hostahaven.cgi , I
> can't get the images to load.

You're source code of your latter link shows the following:
<img src="/www/hostahaven.com/images/foundation/logo.gif">
This definitely looks like an error in itself. As well you
have images & foundation reversed compared to your microanswers
site, which looks much better in the source code:
<img src="/foundation/images/foundation/logo.gif">

Look at your variable.txt cat_name/products to see where your
IMAGE_DIR points as well as your other IMG paths. 

/www/hostaven.com 

Never mind just found your correct path for hostahaven:
http://hostahaven.com/images/foundation/logo.gif

So your IMG tag should read <img src="/images/foundation/logo.gif">

The fact that you're site is up, tells me that you just need
to check your hardcoding in the pages, e.g., index, flypage, results,
etc. and you're variable.txt

-Regards, Greg