Sorry, i’m still a novice at html. Anyway, if you go to my site http://handsonmath.blogspot.com/ you will see at the top is a twitter bird and underneath is some type of add for godaddy. How do i remove the add so that someone can click on the twitter bird and follow me? My twitter account is http://twitter.com/#!/HandOnMath
I know how to get into html editer on the blogger site
The template code is pulling from the template designer’s twitter feed. I assume this is a “free” template and their incentive for making it is to promote their twitter feed and all of the links in the footer.
I’m not familiar with Blogger code though. I am traveling this week, if you don’t get it sorted by weekend next, email me and I will try to lend a hand in May.
<a href='http://twitter.com/Your_Twitter_ID'>
with
<a href='[http://twitter.com/#!/HandOnMath](http://twitter.com/#%21/HandOnMath)'>
Fine the line
<script src='http://twitter.com/javascripts/blogger.js' type='text/javascript'></script>
<script src='http://twitter.com/statuses/user_timeline/templateplace.json?callback=twitterCallback2&count=1' type='text/javascript'></script>
<script type="text/javascript">
And delete them.
Edit: actually don't delete those- it does get rid of the advertisements I think but I'm sure there's a better way to do it.