Adding some Javascript to entries
Posted: Wed Mar 02, 2005 9:41 pm
So i have figured out one half of what I want to do but need some guidance on the other.
I had two pieces of Java script in my blogger temple, on for analyzing visitor traffic and one to provide google ads.
I managed to get my visitor code on every page by editing the Layout.php
<div id="serendipity_banner">
code removed
</div>
My Javascript
<table id="mainpane">
That works great. Now what I would like to do is to place my Google Ads code somewhere (wherever that maybe) so the ads appear on all my entries. Putting the Google javascript into the body of the entry doesn't work (the code shows up in the page source). Maybe I need to place this code elsewhere? I have inserted it into the extended body of the entry, I view the page source and it is there, but it is not showing anything. Is it me or is it possibly Google
I had two pieces of Java script in my blogger temple, on for analyzing visitor traffic and one to provide google ads.
I managed to get my visitor code on every page by editing the Layout.php
<div id="serendipity_banner">
code removed
</div>
My Javascript
<table id="mainpane">
That works great. Now what I would like to do is to place my Google Ads code somewhere (wherever that maybe) so the ads appear on all my entries. Putting the Google javascript into the body of the entry doesn't work (the code shows up in the page source). Maybe I need to place this code elsewhere? I have inserted it into the extended body of the entry, I view the page source and it is there, but it is not showing anything. Is it me or is it possibly Google