1 sopur Oct 20, 2007 17:58
3 sopur Oct 21, 2007 14:18
Thank you for your reply.
But where in the file do I ad the code?
I tried to make a table, but it didn't work..
Regards
Sopur
4 yabba Oct 21, 2007 19:05
I'd probably add it just before </body> and then play with floats and margins.
¥
5 samredman Nov 01, 2007 23:13
I'd stick it in the "side bar."
In your _main.php file (for a particular skin) scroll down to this area:
<!-- =============== START OF SIDEBAR ===
Then scroll down to a place where you want the ads to appear, then... do something like this:
Then:
<div class="bSideItem">
<h3><?php echo T_('Google ads') ?></h3>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "XX-122455-1";
urchinTracker('/mywebsite/myblog/');
</script
</div>
skins/custom/_main.php
¥