how to resize this ad???

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
prue_
Forum Commoner
Posts: 64
Joined: Thu May 07, 2009 10:34 pm

how to resize this ad???

Post by prue_ »

this ad is too big that it breaks my web template... I want to put a fixed width size...
code deleted

thanks.
Last edited by prue_ on Tue Aug 11, 2009 12:44 am, edited 1 time in total.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: how to resize this ad???

Post by kaszu »

Add

Code: Select all

overflow: hidden
it will prevent content from overflowing if used together with width or height
Post Reply