Position the ads on the site
Just like other elements of your website such as images and photos, you can change the position of your Google ads by using HTML tags.
For example, if you surround your AdSense ad code with the tags <div align="center"> and </div>, the ad unit will be centered on your webpage. You can also place the complete content of your page into a HTML table and change the location of the ad unit by positioning it in a specific table cell.
Please keep in mind that while we're happy to aid you with issues specific to the AdSense code, we aren't able to provide general help with editing your HTML.
Just like other elements of your website such as images and photos, you can change the position of your Google ads by using HTML tags.
For example, if you surround your AdSense ad code with the tags <div align="center"> and </div>, the ad unit will be centered on your webpage. You can also place the complete content of your page into a HTML table and change the location of the ad unit by positioning it in a specific table cell.
Please keep in mind that while we're happy to aid you with issues specific to the AdSense code, we aren't able to provide general help with editing your HTML.
Dari kutipan di atas itu, sobat blogger juga dapat mengetahui bagaimana cara membuat Iklan Adsense berada di tengah :
<div align="center">Contoh :
Kode Iklan Google Adsense Disini
</div>
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxx";
/* Iklan Adsense */
google_ad_slot = "xxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Post a Comment