Hi there!
Using Tripod's site builder and inputed the falling leaves HTML. The effect is there and working with the exception of the leaf images. The leaf images are in my web directory already. How can I get the images to link to the HTML?
Hi there!
Using Tripod's site builder and inputed the falling leaves HTML. The effect is there and working with the exception of the leaf images. The leaf images are in my web directory already. How can I get the images to link to the HTML?
PLEASE: Include the URL to your problematic webpage that you want help with.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Sorry! I just published so you can view it. http://dakokichidekalb.tripod.com
You need to provide the path to the images in the script, where you have:it should be:Code:grphcs=new Array(6) Image0=new Image(); Image0.src=grphcs[0]="al.gif"; Image1=new Image(); Image1.src=grphcs[1]="bl.gif" Image2=new Image(); Image2.src=grphcs[2]="cl.gif" Image3=new Image(); Image3.src=grphcs[3]="dl.gif" Image4=new Image(); Image4.src=grphcs[4]="el.gif" Image5=new Image(); Image5.src=grphcs[5]="fl.gif"Code:grphcs=new Array(6) Image0=new Image(); Image0.src=grphcs[0]="sitebuildercontent/sitebuilderpictures/al.gif"; Image1=new Image(); Image1.src=grphcs[1]="sitebuildercontent/sitebuilderpictures/bl.gif" Image2=new Image(); Image2.src=grphcs[2]="sitebuildercontent/sitebuilderpictures/cl.gif" Image3=new Image(); Image3.src=grphcs[3]="sitebuildercontent/sitebuilderpictures/dl.gif" Image4=new Image(); Image4.src=grphcs[4]="sitebuildercontent/sitebuilderpictures/el.gif" Image5=new Image(); Image5.src=grphcs[5]="sitebuildercontent/sitebuilderpictures/fl.gif"
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Oh Thank you! I've so much to learn and I really appreciate your help.
Bookmarks