hmmok then i have made another mistake..but what is it??
this is how i tried to just pasting the adsensecode in my themes/default/comments.php file… but no success ;(
—CODE—-
/* This variable is for alternating comment background */
$oddcomment = ‘alt’;
?>
<!– You can start editing here. –>
<script type=”text/javascript”><!–
google_ad_client = “pub-9702519331186124”;
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = “728x90_as”;
google_ad_channel =””;
google_color_border = “FFFFFF”;
google_color_bg = “FFFFFF”;
google_color_link = “0000FF”;
google_color_url = “008000”;
google_color_text = “FF9933”;
//–></script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<?php if ($comments) : ?>
——–CODE—-
any ideas?