I developed a test page with Javascript code to rotate products on my main page:
The test worked great with links set up like this ..//images.gif
docsavings.com/testmain3.html
It did not however work at all when I placed the HEAD code in the SNFT and BODY code in the MESSAGE area.
Was told I needed full links to the images in the Javascript I have in the HEAD area.
Tried that in docsavings.com/testmain4.html but the images will not display using any of the following:
http://www.docsavings.com/httpdocs/alereibinaxflu.gif
http://www.docsavings.com/alereibinaxflu.gif
http://docsavings.com/httpdocs/alereibinaxflu.gif
http://www.docsavings.com/alereibinaxflu.gif
How can I link to my images not using the ../image.gif method?
Thanks!
The test worked great with links set up like this ..//images.gif
docsavings.com/testmain3.html
It did not however work at all when I placed the HEAD code in the SNFT and BODY code in the MESSAGE area.
Was told I needed full links to the images in the Javascript I have in the HEAD area.
Tried that in docsavings.com/testmain4.html but the images will not display using any of the following:
http://www.docsavings.com/httpdocs/alereibinaxflu.gif
http://www.docsavings.com/alereibinaxflu.gif
http://docsavings.com/httpdocs/alereibinaxflu.gif
http://www.docsavings.com/alereibinaxflu.gif
How can I link to my images not using the ../image.gif method?
Thanks!
Comment