[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Deparately seeking images...and assistance ... on my last leg?
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