Hi all, I'm creating a niche website now for the first time using Dreamweaver and HTML. I'm almost done except I need to place my articles and adsense in but I'm facing this problem. Please look at the attached image for a clear idea. How do I achieve such a layout for my webpage? I've tried using a layer embedded inside another layer then floating the layer containing the adsense unit to the right but it doesn't work. I've tried using 2 layer to float left and right respectively but it doesn't work either. Also, I had tried using tables using 2 x 2 columns and rows but I cannot merge 3 cells together this way. Anyone know? Please assist, Thanks alot!
I think from your image you need float:right; with the google adsense div, then with the article content you need to clear:right. Hope that makes sense!