Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

coding around html

Nov 10, 2010 10:52PM PST

this is killing me. i can find how to wrap text around an image, but not around something that is in html. or if i do, it says the code, but not where to put it. i have a website that has an ad in html. i want to wrap the text around that ad instead of leaving a big empty space. any help would be appreciated. if you want to see the site so you can see what i am talking about, it is www.celestinocaballero.com. the ad is right near the top. thanks

Discussion is locked

- Collapse -
The ad above
Nov 11, 2010 3:49AM PST

the YouTube video?

~Sovereign

- Collapse -
no
Nov 11, 2010 8:11AM PST

no, it is the ad in the first story

- Collapse -
Can you upload a screenshot
Nov 15, 2010 4:41AM PST

of what you're seeing? I don't see anything wrong at the moment.

~Sovereign

- Collapse -
its back in
Nov 15, 2010 10:05AM PST

i took the ad out temporarily. it is back in there now. thanks

- Collapse -
Try this
Nov 16, 2010 6:52AM PST

Can you put a DIV around the ad and float it to the left. Give the DIV also a fixed width of 300px, for example. All the content should then start to the right of the ad.

~Sovereign