How to wrap text in html

2 replies
  • WEB DESIGN
  • |
Hi guys,

I was wondering if you have any ideas how to wrap text around an adsense ad in html?

Let's say the ad is 350 x 200 box. How could I warp the text of the article around it? I'm using dreamweaver.

Thanks for the help.
#html #text #wrap
  • Let's say the ad is a <div> box.

    You could add "float:left" to make the box float to the left or "float:right" to make the box float to the right.

    Code:
    <div id="adsenseads" style="float:left;">
    As a result, text would wrap around the box.
    {{ DiscussionBoard.errors[2305390].message }}
  • Profile picture of the author Caragui
    That was fast :-) Thanks Chris, I'll try it.
    Signature
    Join Me In My Internet Marketing Journey at Nomasir Marketing

    {{ DiscussionBoard.errors[2305398].message }}

Trending Topics