Hi I have the Google Adsence script to put on my site <script type="text/javascript"><!-- google_ad_client = "pub-*************"; //200x200, created 12/27/07 google_ad_slot = "*******"; google_ad_width = 200; google_ad_height = 200; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> I need to have it aligned to the right side of my page with the Text Rapped to the Left. So the Text begins at the top Left of the Add.. How can I do this.. thx everyone Cheers Possum..
if you want the ad to show on the right side of the page instead of left (i think thats what you mean), then you can do it using columns. use 2 columns and size them accordingly. on the right column which will be smaller in width, you can put the google code. that way google ad will show on the right and your web content will show on the left
Hi Thx everyone..This is what I ended up with <div style="float: right; margin-right: 20px; margin-top: 20px;"> <script type="text/javascript"><!-- google_ad_client = "pub-***************"; //200x200, created 12/27/07 google_ad_slot = "*******"; google_ad_width = 200; google_ad_height = 200; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div>
It is okay to position the ads where you want. I think what bigrollerdave ment was actually influencing the position INSIDE the ad box, which would violate the TOS.