Problem:
If you have a blog in blogger. then you can see "blogger" word at the bottom of page or any where in the blog. if you don't need this then how can you remove this?Solution:
You just need copy and past listed below code at the end of blog.Example:
<script type='text/javascript'>function r_p() {
var r_place_s="Blogger";
var r_place_t="Galaxy Code";
var Attribution1=document.getElementById("Attribution1");
var Attribution1_html=Attribution1.innerHTML;
var regex = new RegExp( '(' + r_place_s + ')', 'gi' );
Attribution1.innerHTML=Attribution1_html.replace( regex, r_place_t );
}
0 comments:
Post a Comment