Pages

Friday, January 13, 2012

How To Change Your Blog Background

How To Change your Blog Background - background blog is the picture behind your layout, sometimes when you are surfing you find another blog or web has cool background picture. Curious how to do it?? well this how you change your blog background.
--login to your blogger account
--chose design menu then edit html
--don't put checklist sign at "EXPAND TEMPLATE WIDGET" column
--find code for css body "you can use ctrl+f to fast search"
   --sample
    body {
    background:#fff;
    margin: 0 5px 0;
    }
-- if you find it add this code
   background:#fff url(your file image url);
--the result would be like the code below
     body {
    background:#fff url(your file image url);     }
--then klick preview see the result then save it
Preety easy huh, then what are you waiting for???... Do It!!!

No comments:

Post a Comment