Thread: need help
View Single Post
  #13 (permalink)  
Old Dec 21st, 2006, 06:44
JacobHaug's Avatar
JacobHaug JacobHaug is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: need help

Ok the problem is the location. In the html you are telling it that the pictures are in this dictionary..."index_files/

Here is a little bit of the code, so that you know what to change.

Code: Select all
src="index_files/a_FENCE.jpg"
Ok, all you have to do is remove the index_files/ every where there is supposed to be a picture. After you have done this the picture will work. You can do this by editing the page within notepad...and searching for the index_files/ and deleting it every where you find it. Please let me know if that does not work, or if you are having problems.
Reply With Quote