Saturday, February 4, 2012 | By: BG4U-BLOGS

How To Change Blog Owner?

Blogger has enabled you to change the owner or Administrator for your blog. You can also use this method to transfer a blog to another Gmail Account.


This is useful when you want to separate your public and private blogs. Then your private profile will not show on your public blog and vice-versa. The profile problem can also be solved by deleting the profile widget and putting in a HTML widget.

STEPS TO TRANSFER BLOG


1. Login to Blogger Dashboard.
2. Click on Settings on Dahboard for the blog you wish to transfer. Under Settings tab click on Permissions.
3. Under Blog Authors click the 'ADD AUTHOR' button. Copy and paste or type in the email address of the person you wish to invite or that of your second email account and click on Invite.
4. Email is sent to the invited account. Open your Gmail for that account and open that Email. You will see the following message :

The Blogger user XXXXX has invited you to contribute to the private blog: BLOG TO BE TRANSFERRED

To contribute to this blog, visit:
http://www.blogger.com/i.g?inviteID=XXXXXXXXX

You'll need to sign in with a Google Account to confirm the invitation and start posting to this blog. If you don't have a Google Account yet, we'll show you how to get one in minutes.

If you are already a Blogger user, please note that this blog uses the new version of Blogger. To post to XXXXX's blog, you will access this new version with a Google account, instead of your Blogger account.

To learn more about Blogger and starting your own free blog visit http://www.blogger.com.

Click the Invite Link.
5. Clicking link opens a new window with :

XXXXX has invited you to contribute to the blog
BLOG TO TRANSFER
http://BLOGTOTRANSFER.blogspot.com/
To join this blog as an author, accept the invitation by signing in with your Account below.
Don't have a Google Account? Create your account now
6. Sign up for Blogger
Once you complete this process, you'll be able to log in to Blogger using your Google account email and password.
Email address INVITED@gmail.com Use a different account
Your name INVITED
Display name The name used to sign your blog posts.
Acceptance of Terms I accept the Terms of Service Indicate that you have read and understand Blogger's Terms of Service

Continue
Click Continue. Blogger.com/home will open with the new blog on your Dashboard. As you are only having a Guest Account you can only post.
7. Then repeat Steps 1 and 2. You will now see your second account as Guest under the Permissions subtab of Settings tab. Click on 'Guest' link and it will change to 'Administrator'.
8. Go to your second (invited) account and under Settings---->Permissions click Remove link for the first account. See the entire process for two bloggers summarized in the picture below :


Click on picture to enlarge it.



source : http://www.blogdoctor.me

Css horizontal Menubar for Blogger


This is cool thin menu for your blogger. Follow below step to  add it to your blog.



1. Log in to your blogger account and Go to Design >> Edit HTML

2. Put checked marked in Expand Widget Templates

3. Find this tag by using Ctrl+F    ]]></b:skin>

4. Paste below code Before ]]></b:skin> tag

#pagemenucontainer{height:20px;padding:0 0;margin:5px 0 0 0}
#pagemenu{height:26px;float:left}
#pagemenu,#pagemenu ul{padding:0;margin:0;list-style:none;line-height:1}
#pagemenu{margin-bottom:1px}
#pagemenu ul{float:left;list-style:none;margin:0 0 0 0;padding:0}
#pagemenu li{float:left;list-style:none;margin:0;padding:0}
#pagemenu ul li{list-style:none;margin:0;padding:0}
#pagemenu li a,#pagemenu li a:link{color:#000;display:block;margin:0 2px 0 0;padding:2px 16px;text-decoration:none;text-transform:uppercase;font:normal 11px Arial,Helvetica,sans-serif;background:#ededed;}
#pagemenu li a:hover,#pagemenu li a:active{color:#FFF;display:block;text-decoration:none;background:#c00;}
#pagemenu li.current_page_item a{color:#FFF;text-decoration:none;background:#c00;    }
#pagemenu li:hover,#pagemenu li.sfhover{position:static}

5. Now Go to Design >>page Element

6.Click Add gadget (under your header)  and Select HTML/JavaScript  

7. Now paste paste below code



<div class="widget PageList" id="PageList1">
<div class="widget-content">
<ul id="pagemenu">
<li class="current_page_item"><a href="URL">Home</a></li>
<li><a href="URL">Downlaod</a></li>
<li><a href="URL">Contact</a></li>
<li><a href="URL">FAQ</a></li>
<li><a href="URL">Login</a></li>
<li><a href="URL">Live</a></li>

</ul>
<div class="clear"></div></div></div>


Replace URL With your URL
Replace Blue color words with any names you want to put as menu name.

8. Now save  HTML/JavaScript  
You are done.