Forum Moderators: martinibuster

Message Too Old, No Replies

Stupid question about wrapping text around skyscraper

         

alphacooler

7:50 am on Mar 5, 2005 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



I always use the CSS float. It adjusts to any screen width.

sonny

3:13 am on Mar 6, 2005 (gmt 0)

10+ Year Member



sweet. I was just wondering myself