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
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