Stupid question about wrapping text around skyscraper
alphacooler
7:50 am on Mar 5, 2005 (gmt 0)
I can't seem to get text to wrap around an adsense skyscraper. I'm going for that news article style w/the ad integrated into the article. I'm sure everyone knows, but i'm a newb.
Is the only way by sticking it into a table?
k
arrowman
1:11 pm on Mar 5, 2005 (gmt 0)
Use 'float' in CSS. E.g.
<div style="float: left;">adsense code here</div>
Never_again
3:53 pm on Mar 5, 2005 (gmt 0)
You can place the AdSense code in a table. This is exactly how we handle the issue.
annej
10:37 pm on Mar 5, 2005 (gmt 0)
I always use the CSS float. It adjusts to any screen width.