Originally Posted by alecsputnik
this seems like it might be the issue, my friend insisted on using geocities (i have no idea why) maybe convincing her to change the location of the files is the next step!
As a work around try using the full path to your images instead of coding them relative to the root directory.
Instead of using this....
** background="../jpg/background.jpg" **
use this...
** background="http://us.geocities.com/dti_lmf_1976/jpg/background.jpg" **
I know it adds extra weight to your site coding but it might get you going untill we figure out what the true problem is.
LC