Your link got cut off:
Try this.
Firebug gives me this error for the first page:
Code:
Error: FP_preloadImgs is not defined
Source File: http://kimattwooll.com/animals,_birds_and_other_creatures%20EP1.htm
Line: 1
Looks like your problem is:
Code:
<body background="images/plainbg.jpg" onload="FP_preloadImgs(/*url*/'images/button12.gif', /*url*/'images/button13.gif')"
>
It looks like the FP_preloadImgs isn't a real function.. Try removing the highlighted. If it is something you needed - add the function so it will work.
Bookmarks