I am working on putting adsense into my blog http://www.elite-forex-trading.com/elite-forex-trading-blog.com/ I am trying to get the content to start right next to the square under the heading of the post. How do I do this...the code itself would be helpful, but any tips are greatly appreciated. Thanks
Do you know any HTML at all? You're better off to just learn it - it's easy. htmlgoodies.com and htmldog.com are 2 good sites to start.
What square? I don't see a square. You mean your Adsense? If so, just put your Adsense inside a div and set it's float property to left. Like so... <div style="float: left;"><!-- Insert Adsense Code Here --></div>