PDA

View Full Version : Ad placement help


matthewhotdude
10-15-2009, 06:50 PM
Hello. I am placing a google ad in the following location ad_showthread_beforeqr

This is the code I am using

<script type="text/javascript"><!--
google_ad_client = "pub-3010515223597560";
/* 728x90, created 15/09/09 */
google_ad_slot = "2827725883";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


Now could someone edit that code for me and I want it to be center aligned and not left aligned. See screen shot


No

Seven Skins
10-15-2009, 09:17 PM
<div style="text-align: center">
<script type="text/javascript"><!--
google_ad_client = "pub-3010515223597560";
/* 728x90, created 15/09/09 */
google_ad_slot = "2827725883";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>


Add div tags.

matthewhotdude
10-15-2009, 09:22 PM
I did sort it mysely by adding <center> </center>

Thanks for your reply though :)