How To Add Icons on Every Blogger Widget of Blogger
Adding Icons on your Every Blogger Widget , you can give a good look to your blog.Follow these simple steps to do it. 1.Log in to your dash...
https://iskablogs.blogspot.com/2009/05/how-to-add-icons-on-every-blogger.html
Adding Icons on your Every Blogger Widget , you can give a good look to your blog.Follow these simple steps to do it.
1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
border-bottom-width: 0; } |
4.After the above code , copy and paste the code below:
background: yellow url('URL OF YOUR IMAGE') no-repeat left top; margin-top:5px; text-indent: 20px; padding:7px; } |
5.Click on "Save Templates" and you are done.
Note : You must replace URL OF YOUR IMAGE with your image(Icon) URL.
You can change background colour and other values of above codes if you like.