Help editing Blogger Template

Discussion in 'HTML & Website Design' started by Trogger93, Sep 6, 2008.

  1. #1
    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
     
    Trogger93, Sep 6, 2008 IP
  2. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Dodger, Sep 7, 2008 IP
  3. jagan123

    jagan123 Active Member

    Messages:
    775
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    85
    #3
    Thanks dodger., even i'm looking for something like this.
     
    jagan123, Sep 7, 2008 IP