CSS and banners

Status
Not open for further replies.
I have changed my site from tables to css (except the very top). I can float an image, and know how to float two columns, but I don't know if I can or how to float text around a banner ad.

Can any one help?

Love css except for the lack of browser support issues.
 


Actually you set a float to the img tag so the text flows around the image. Just make sure you clear everything to get your following code in place :)
 
Thanks, I know that. It's just that the code for some affiliate banners is confusing because it doesn't look like the same order as what you would do with an image (or at least not what I am used to). Sometimes the term img is in two different places in the code. Of course I may have copied and pasted it incorrectly.
Right now I am just learning the basics.
Actually you set a float to the img tag so the text flows around the image. Just make sure you clear everything to get your following code in place :)
 
Status
Not open for further replies.