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.