how to add image border in blogger CSS custom template

Discussion in 'HTML & Website Design' started by gaurav.recipes, Dec 29, 2012.

  1. #1
    i am new in blogger or i used custom blogger template for my blog. But the problem is, in my blogger template the image border not exist. So that please tell me how to add border in blogger css. for more info: www.foodrecipesforever.com
     
    gaurav.recipes, Dec 29, 2012 IP
  2. zinghana

    zinghana Well-Known Member

    Messages:
    1,970
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    125
    #2
    Where do you want the border ?

    In your .CSS find this:

    
    #content-wrapper {
        margin-bottom: 23px !important;
    }
    
    Code (markup):
    Add the following..
    
    #content-wrapper {
        margin-bottom: 23px !important;
        border: 3px solid #000000;
        padding: 8px;
    }
    
    Code (markup):
    Mind you rather than a border i suggest your just add a box-shaddow as it looks better.

    Regards, Darren
     
    zinghana, Dec 30, 2012 IP