Here are the steps to transfer a Blogger blog from one account to another:
1. Log into Blogger with Account 1
2. For the blog you want to transfer, go to the Basic page under Settings
3. Under Blog Authors, click on Add authors
4. Enter the email for Account 2 and click Invite authors
5. Log out of Account 1 and log into Gmail for Account 2
6. Click on the link in the email to accept the invite
7. Click the here link
8. Log out of Account 2 and log back into Blogger as Account 1
9. Go back to the Basic page under Settings
10. Under the Author drop down next to Account 2, select Admin
11. Click on the X next to Account 1
The blog is now transferred to Account 2.
The following video demonstrates how to transfer a Blogger blog from one account to another:
5. Replace MenuItem with the appropriate menu label
6. Replace SubMenuItem with the appropriate sub menu label
7. Replace # with the appropriate URL
8. Click Save
9. Move the HTML/Javascript object to where you want the menu to appear
10. Click Save arrangement
11. Click on Template
12. Click Edit HTML
13. Click Proceed
14. Search for the following line: ]]></b:skin> 15. Paste the following code directly above that line
#menus li {
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #1A6680;
border-right:1px solid #1A6680;
height:35px;
}
#menus li a, #menus li a:link, #menus li a:visited {
color: #FFF;
display: block;
font:normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
#menus li a:hover, #menus li a:active {
background: #130000; /* Menu hover */
color: #FFF;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 12px 10px 12px;
}
#menus li {
float: left;
padding: 0;
}
#menus li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0;
padding: 0;
}
#menus li ul a {
width: 140px;
}
#menus li ul ul {
margin: -25px 0 0 160px;
}
#menus li:hover ul ul, #menus li:hover ul ul ul, #menus li.sfhover ul ul, #menus li.sfhover ul ul ul {
left: -999em;
}
#menus li:hover ul, #menus li li:hover ul, #menus li li li:hover ul, #menus li.sfhover ul, #menus li li.sfhover ul, #menus li li li.sfhover ul {
left: auto;
}
#menus li li a, #menus li li a:link, #menus li li a:visited {
background: #B3B3B3; /* drop down background color */
width: 120px;
color: #FFF;
display: block;
font:normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
z-index:9999;
border-bottom:1px solid #1A6680;
}
#menus li li a:hover, #menusli li a:active {
background: #130000; /* Drop down hover */
color: #FFF;
display: block; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}
/*-------- End Drop Down Menu -------*/
16. Click Save Template, then Close The following video demonstrates how to create a drop down menu in Blogger: