This is a list of your broken images:
http://www.geocities.com/kcapel77/?200910
1. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/landscaping3.jpg
2. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/tree%20pine.gif
3. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/16b.jpg
4. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/image06.jpg.jpg
5. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/16b.jpg
6. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/16b.jpg
7. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/wood_background_texture_by_g_artz.png.jpg
8. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/beespicture.jpg
9. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/16b.jpg
10. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/landscaping_design.jpg
11. http:// www.geocities.com/Program%20Files/CoffeeCup%20Software/Working/16b.jpg
If this, "Program%20Files/CoffeeCup%20Software/Working/" is not the actual folders online and you didn't put your images in their own folder (recommended), then this is definitely the wrong path for these images. You can use relative paths for them. For example, instead of this:
http:// www.geocities.com/images/landscaping3.jpg
or
http:// www.geocities.com/kcapel77/images/landscaping3.jpg
use this:
images/landscaping3.jpg
For any files you have that don't have that relationship with the images, you may have to use this path:
../images/landscaping3.jpg
or some number of "../"s depending on where those images are in relation to the files needing them. One easy way is to put this between the head tags of your pages:
then all images will be called from the images folder no matter what the relationship is of the page needing them.
Ron