Hello all.. I want to place such a placement on my site but I dont know the coding for it. Can someone give me the codes.. ? It is basically 2 Adsense units placed between the post title and content Horizontally beside each other. When i simply put the code of the 2 adsense unit, they both appear above/below one another. But i want them to be beside. P.S - I have editted the picture to make the explanation clear.
Try this: <div> <div style="float:left;">Adsense Code1</div> <div>Adsense Code 2</div> </div> Code (markup):
<div> <div style="float:left; padding-right:10px">Adsense Code1</div> <div style="float:left;">Adsense Code 2</div> <div style="clear:both"></div> </div> Hope this works for you... Peyale Roy planetarticle.net
Its working correctly, But my page's width is small so the ad code 2 appears below it.. Can u check my theme and tell me what changes i have to make in the .css sheet?? link in the signature.
You can change the CSS file style.css singlepost .post { padding-left:10px; padding-right:10px; padding-top:20px; } If you've problem understanding please send me the style.css, I will make the changes. Thanks & Regards Peyale Roy