This meeting we will discuss how to edit the codes contained in tamplate our blog. for first we discuss a more simple enough, namely how to give a line or border on the edge of our blog's sidebar. let's follow the steps I will discuss below.- Login to blogger
- Click the Designer
- Edit HTML
- Then find the code .Sidebar. Widget {
- If you have found a code that additional red on the code above. more or less like this
.sidebar .widget {
border: 1px solid #eee;
.......
} - You can change the code #eee; with other color codes. eg #000; or #ddd; or #fff; or border: 1px solid red; or green, etc.
- Then save tamplate
- Done ....
Hopefully this brief article is useful and successful greetings ....
