I previously was working with: http://stuffbyaj.blogspot.com and decided to move to the new name. I can't disappoint you with the missing link. So here is what I did, I redirected the blog to the new id. Here is the way:
Does the stuff below not look neat??
- Go to the old one.
- Go to settings and change the blog name,.
- Your old blog has shifted. Now to redirect the urls
- Create a new blog with the old name.
- Go to the template and paste the following code:
<meta content='0;url=http://www.mysite.com/' http-equiv='refresh'/>
- Go to the body tag and replace the whole of it by:
<body>
<div style='position: absolute; top: 30px; left: 30px; border: solid 2px #333; color: #000; background-color: yellow; padding: 5px; width: 350px; z-index: 5;'>
<p><strong>My blog has moved! Redirecting...</strong></p>
<p>You should be automatically redirected. If not, visit <a href='http://www.mysite.com/'>http:// www.mysite.com /</a> and update your bookmarks.</p>
</div>
</body>