How to add Simple Scroll Bar your blog
)Click on Dashboard->edit html->
2)Tick on Expand Widget Templates
3)Find Following Code using CTRL+F
]]></b:skin>
4)just above this place the following code as it is
.scrollbox {
height:100%;
width:100%;
color:#A6120D;
overflow:auto;
}
5)Now Again find the Following code
<body
In between <body and > there may be some code , So after the '> ' press enter and place the following code
<div class='scrollbox'>
6)After this find the Following code
</body>
and before this line place the following code
</div>
7) save and you'r done! Now you will have scroll bar to your blog
No comments:
Post a Comment