pieter |
|
---|---|
-------------------------------
With this you only get it on the index. If you want it on every page, do the following: css: #sidebar2 { position: absolute; top: 180px;left: 920px; display: inline; width: 120px; } Add this <!-- SB2 -->
<div id="sidebar2">
<script type="text/javascript"><!--
google_ad_client = "pub-0329715766745367";
/* 120x600, created 3/2/10 */
google_ad_slot = "1888461973";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- / SB2 --> After: <!-- / Top Navigation -->
<div id="top-nav"> Added 49 seconds later: if you give a link we can see and help Added 1 minute later: I founded: http://performanx.com/index.php ... can we help you ...
|