Tuesday, May 28, 2013

How to Widget background and border set


Step 1 Log in to your Blogger account and Go to your Blogger Dashboard





Step 2 Go to your Teaplate tab.




Step 3 Edit Html





Step 4 Find This code.





<b:section-contents id='sidebar-right-1'>






Or






<b:widget id='#Profile1' locked='false' title='Follow by Email' type='Profile'>





<b:widget id='#HTML6' locked='false' title='Follow by Email' type='About me'>



<b:widget id='Followers1' locked='false' title='Follow by Email' type='Followers1'> 








Step 4 Paste this code <Head> section In







<style>




#Profile1{
      
      
      width:100%;
clear:both;
height:50px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background-color: #FF8080;
color: #000000;
text-align:center;
position:relative;


}
    
     #HTML6{
      
      
      width:100%;
clear:both;
height:50px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background-color: #FF8080;
color: #000000;
text-align:center;
position:relative;


}
     #Followers1{
      
      
      width:100%;
clear:both;
height:50px;
border-top:1px solid #000;
border-bottom:1px solid #000;
background-color: #FF8080;
color: #000000;
text-align:center;
position:relative;


}
     




</style>.



No comments:

Post a Comment

Add Cool Drop Down Menu in Blogger

Drop Down Navigation Menu For Blogger : You may have seen many drop-down menus but today "ThatsBlogging" will present you an incre...