I have a image rotator on our website but I need to move it down. How do I move it down using HTML with just blank space above the rotator?
Thanks in advanced for any help.
Brian
I have a image rotator on our website but I need to move it down. How do I move it down using HTML with just blank space above the rotator?
Thanks in advanced for any help.
Brian
<IMG SRC="/resource/resmgr/Ad_Banner/ad1.jpg" WIDTH="198" HEIGHT="150" BORDER="0" id="bannerad"></a>
Do you mean change it here? I took out the ad1.jpg at the end of /resource/resmgr/Ad_Banner/ad1.jpg and it still didn't work. Is that what you meant?
It's rotating in Firefox again, but is still not rotating in IE, just the image.
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new Array(8);
ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"...
It's making me sick as well. I am new to JavaScript and it's been kicking my butt trying to get this to work. I appreciate all your help. I will give that a try.
Now it is not rotating in either Firefox or IE, just the one image with the link.
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new Array(8);
ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg"...
So it will look like this?
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new Array(8);
ads[1] = "/resource/resmgr/Ad_Banner/ad1.jpg";
ads[2] = "/resource/resmgr/Ad_Banner/ad2.jpg";
ads[3] =...
With the change you suggested
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new Array(8);
ads[0] = "/resource/resmgr/Ad_Banner/ad1.jpg";
ads[1] = "/resource/resmgr/Ad_Banner/ad2.jpg";
ads[2] =...
I am now using this script which I get a image with link but no rotation. I am only getting 1 image in IE but still works fine in Firefox.
<HTML><HEAD>
<TITLE>Rotating banners with links</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
if (document.images) {
ads = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.