Quote:
Originally Posted by SPEEDKILLZ
Here is the code now
Code:
<p align="center"> <script type="text/javascript"><!--
google_ad_client = "pub-9181553695854459";
/* 336x280, created 9/29/11 */
google_ad_slot = "3468033999";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "pub-9181553695854459";
/* 336x280, created 9/29/11 */
google_ad_slot = "6450148943";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
what you mean open tag? how i find that? thanks
|
If you want to ad a space between your ads, just add
between your two ads.
When he says closed tag, he means you have a <div> without a closing tag </div>, or a <p> tag without the closing </p>
--------------- Added [DATE]1317533215[/DATE] at [TIME]1317533215[/TIME] ---------------
BTW, based on the code you posted, that code looks fine, but change the
to
Code:
<div style="text-align:center;">
and the closing </p> tag to </div>