Hey all,
i've got an ad in my footer with this java code (its inserted as a widget):
<!-- begin 300x250 Top The Fan Manifesto -->
<div style="text-align:left;">
<script language="JavaScript" type="text/javascript">
window.dctile = Number(window.dctile) + 1 || 1;
window.dc_ord = Number(window.dc_ord) || Math.floor(Math.random() * 1E10);
if (dctile==1) {var vdcopt = 'ist';} else {vdcopt = '';}
if (17>dctile) document.write('<script type="text/javascript" src="http://ad.doubleclick.net/adj/yb.soapboxsportsbyte/;chan1=gensports;rating=pg;dcopt=' + vdcopt + ';yb=ad;s1=;s2=;tile=' + dctile + ';sz=300x250;ord=' + dc_ord + '?"><\/script>\n');
</script>
</div>
<!-- End ad tag -->
If you go to my site: thefanmanifesto.com you can see that the white area behind the ad is being eclipsed. How do I either get rid of this white area or expand it to fit the width of the ad?
Thanks for your help
