Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resize javascript banner

Status
Not open for further replies.

jruizfdez

Technical User
Aug 1, 2008
7
0
0
ES
Hi everyone,

I have the following code:
Code:
<script language="JavaScript" src="[URL unfurl="true"]http://ad.es.doubleclick.net/adj/zero-web/robapaginas200x185;sz=200x185;ord=[/URL][timestamp]?" type="text/javascript"></script>
<noscript><a href="[URL unfurl="true"]http://ad.es.doubleclick.net/jump/zero-web/robapaginas200x185;sz=200x185;ord=[/URL][timestamp]?" target="_blank"><img src="[URL unfurl="true"]http://ad.es.doubleclick.net/ad/zero-web/robapaginas200x185;sz=200x185;ord=[/URL][timestamp]?" width="200" height="185" border="0" alt=""></a></noscript>
And this code loads a 200px width and 185px height banner. I'd like to resize this size to 300px width and 250px height, how could I do it?

Thanks for all,
J. Luis
 
Change the number 200 to 300, and 185 to 250 in the code you provided above.

Lee
 
Hi trollacious,

I tried to do it before asking here but it isn't possible. You think src url load a 200x185 banner.

I'll need a html script to resize this banner....

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top