I need to move my ads down so i can see the title image
http://www.showmeyourwebsite.co.cc/
left and right
HTML Code:
</div>
<div style="position: absolute; right: 0px;">
<script type="text/javascript"><!--
google_ad_client = "pub------------------";
/* right side */
google_ad_slot = "7545349233";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div style="position: absolute; left: 0px;">
<script type="text/javascript"><!--
google_ad_client = "pub------------------";
/* left side */
google_ad_slot = "5335722722";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Thanks 
Last edited by muj; 12-22-2009 at 05:59 PM..
Reason: code tags added
|