Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-04-2004, 08:11 AM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 19

Sharr

Unhappy Banner Help

Hiya all,

I need some more help!! Again!

I use banners on my site and for some reason I can not get them to center. This is the script I'm using, what am I doing wrong?

The banner is just showing left all the time?

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Bid or Sell on Ebay!";
url="http://adfarm.mediaplex.com/ad/ck/710-5232-2978-15?ebay=4";
alt="Click here to learn more";
banner="http://www.qksrv.net/image-1480869-10285634";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>
');
document.write('' + txt + '</a>');
document.write('</center>');
// End -->
</SCRIPT>
Sharr is offline  
Old 05-04-2004, 08:30 AM   #2 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 19

Sharr

Default

Quote:
document.write('<center>');
I have tried align"center" in the above but that does nothing either, I'm not even sure if that is the correct place to have it?
Sharr is offline  
Old 05-04-2004, 10:44 AM   #3 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 19

Sharr

Default

After messing about with it all afternoon I manage to sort it.

Thanks for the help anyway::amazed:
Sharr is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On