Computer ForumsComputers  

Go Back   Computer Forums > Programmers Lounge > Programming Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 05-04-2004, 07:11 AM   #1 (permalink)
Newb Techie
 
Join Date: Apr 2004
Posts: 19
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   Reply With Quote
Old 05-04-2004, 07:30 AM   #2 (permalink)
Newb Techie
 
Join Date: Apr 2004
Posts: 19
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   Reply With Quote
Old 05-04-2004, 09:44 AM   #3 (permalink)
Newb Techie
 
Join Date: Apr 2004
Posts: 19
Default

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

Thanks for the help anyway:
Sharr is offline   Reply With Quote
Reply

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



All times are GMT -5. The time now is 08:52 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0