Hi, I currently have Adsense in my blog Best Constipation Cures above my posts. I want it to still be in the same place but I want the posts text to be also to the right of the adsense unit and not only beneath it. Any tips on how can I do that? Thanks in advance
You need to put you adsense block in a div that has styling to make it the same size as the adsense block and floated left. Say like: <div class="adsense_block"><script>adsense code</script></div> Code (markup): with this in your style sheet: .adsense_block { width: 300px; height: 250px; float: left; } Code (markup):
Or you can use this trick <div style="float: left; width: 300px; height:250px; margin-right: 10px">AdSense Code Here</div> HTML:
U have an amazing site mate. Constipation cures. ROTFLMAO. And ur asking for Donations?? Jesus i havent laughed so hard in a long long time mate. kudos. Anyways use an WYSIWYG and edit the HTML of the blog an place the ads the way u like it. Thats the easiest way.
There are some latest tricks I am using on my blogs as follow. 1) How to Insert Ad Anywhere In Your Wordpress Posts 2) How to Insert Ads Inside Post Content in WordPress