Please bear with my ignorance... How do I put Large Rectangle Ad (336 x 280) google add inside of an article body. See the example from google: https://www.google.com/adsense/large-rectangle I want to use “Ad embedded within content†and “Ad that blends in†option. I article body is coming from a mySQL database field and I am using php. Any help with example script will be highly appreciated. Thanks
you can just do a: <div style="float:right;"> google adsense code </div> Code (markup): Change float:right to float:left, and put it wherever you want.