I FOUND A FREE REDIRECT FROM BLOG TO BLOG!

Okay, sorry for shouting but this is awesome!!If you are on Blogspot and you need to redirect your blog to a new location (website or other blog url) here is ALL you have to do!On Blogger:1. Go to your Dashboard2. Click on the Design tab3. Click Edit HTML4. At the top of your template, find where it says <head>5. Insert this code after <head> -<meta HTTP-EQUIV='REFRESH' content='0; url=http://YOURNEWWEBSITE/'></meta>6. Click save and test it!How do you test? Well, silly, just type in the OLD URL and see if you were redirected to the NEW URL.Couple things... you HAVE to have the close tag - </meta> to make it work. And the number after content='0 is how long you want it to take to redirect. In this case, 0 (zero) seconds.Questions? I will try to help ... leave me a comment.