Recent Topics

1 Feb 06, 2006 06:38    

I am trying to make changes to the template to first ad google adsense ads...

so far I have just cut and pasted the code but then the code doesn't show up on every blog..
and I don't think it is right because it blinks for awhile at the top when it is loading...
I tried adding the php code I found online here...

<?php
if ( ! $shown_advert )
{
?>

*PUT THE GOOGLEADS CODE HERE*

<?php
$shown_advert = 1;
}

}
ut then I get an error message that I forgot to copy down but it was something called a parse error...

I also want to take the calendar off the side bar and the search block so I can add a google search box. When I tried this, the whole right side bar became the left side bar below the text.... I changed it back for now.

I also want to know how to add rss feeds like to msn, yahoo and google..

There is also a strange thing with my webhost -ez-web-hosting when I try to edit the template, they always have to change the security permissions or something so I can edit them otherwise I get an error message that says 505 server error...

Anyways any help appreciated..

My website is www.massagepracticebuilder.com

2 Feb 08, 2006 00:36

Put it in the sidebar section:
So look for

<div class="bSideBar">

and put this below it:


<div class="bSideItem">
<script type="text/javascript">
...
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
...
</script>

    <iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-3586161327471273&amp;dt=1139355149500&amp;prev_fmts=728x15_0ads_al_s&amp;format=468x60_as&amp;output=html&amp;channel=8745381121&amp;url=http%3A%2F%2Fwww.massagepracticebuilder.com%2F&amp;color_bg=FFFFFF&amp;color_text=000000&amp;color_link=6666CC&amp;color_url=6666CC&amp;color_border=FFFFFF&amp;ad_type=text_image&amp;loc=http%3A%2F%2Fwww.massagepracticebuilder.com%2F&amp;cc=100&amp;u_h=1024&amp;u_w=1280&amp;u_ah=900&amp;u_aw=1280&amp;u_cd=32&amp;u_tz=480&amp;u_his=1&amp;u_java=true&amp;u_nplug=18&amp;u_nmime=60" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"> &lt;img height="1" width="1" border="0" src="http://pagead2.googlesyndication.com/pagead/imp.gif?event=noiframe&amp;client=ca-pub-3586161327471273&amp;dt=1139355149500&amp;prev_fmts=728x15_0ads_al_s&amp;format=468x60_as&amp;output=html&amp;channel=8745381121&amp;url=http%3A%2F%2Fwww.massagepracticebuilder.com%2F&amp;color_bg=FFFFFF&amp;color_text=000000&amp;color_link=6666CC&amp;color_url=6666CC&amp;color_border=FFFFFF&amp;ad_type=text_image&amp;loc=http%3A%2F%2Fwww.massagepracticebuilder.com%2F&amp;cc=100&amp;u_h=1024&amp;u_w=1280&amp;u_ah=900&amp;u_aw=1280&amp;u_cd=32&amp;u_tz=480&amp;u_his=1&amp;u_java=true&amp;u_nplug=18&amp;u_nmime=60" /&gt; </iframe>
</div>


Form is loading...