PDA

View Full Version : really need help fast :(


misterblonde
August 30th, 2005, 07:29 AM
Hi all, I got problem, my dad has to present this website in the morning and he cant figure out why the tables are acting funny. When you look at the page the buttons are all red x's, but when you roll over them the button appears. Can anyone help, thank you very much.

heres the link http://bellarmine.lmu.edu/classics/cl230/community.htm

rockboy
August 30th, 2005, 07:55 AM
Seems the image paths got a little messed up. Probably happened when saving the file to a local disk and it changed the html.

Where it says...
community1_files/home.gif
it should say...
images/home.gif

That can be checked by trying the url...
http://bellarmine.lmu.edu/classics/cl230/community1_files/home.gif
which will give a 404.

The correct url path for the one image...
http://bellarmine.lmu.edu/classics/cl230/images/home.gif
works.

Probably the same for all the images. Just do a search/replace where it says..
src="community1_files/
replace with...
src="images/

misterblonde
August 30th, 2005, 08:40 AM
Thanks alot, thats what it was :)