I'm trying to customize a Blogger template. The base template was Minima White. I would like to make a white box around all the posts so they aren't just floating in the background. I would also like to make this url, kitchykitchen.blogspot.com to redirect to thekitchykitchen.blogspot.com. Here is my current template HTML code: To reiterate: I'm trying to customize a Blogger template. The base template was Minima White. I would like to make a white box around all the posts so they aren't just floating in the background. I would also like to make this url, kitchykitchen.blogspot.com to redirect to thekitchykitchen.blogspot.com
Add this code to the top of the template of the blog you want to redirect from: <meta http-equiv="Refresh" content="n;url"> n is the number of seconds to wait before loading the specified URL. url is an absolute URL to be loaded. Code (markup): I would set the redirect for about 5-7 seconds. Insert a very visible message at the top of your index, post and tag templates that your blog is moving, will be redirected and a link to click on if they do not want to wait that long.