Tuesday, January 11, 2011

How to add label cloud in your blog

0 comments
Hello,here is a trick to add label cloud in your blog.To put label cloud or tag cloud on your blog side bar template you have to follow the below instructions carefully.Label cloud help your readers in finding content according to label.Firstly Backup your template.


  • Go to DESIGN



  • Go to Edit HTML 




  •  Then seach for the code ]]></b:skin> and place the below in place of ]]></b:skin>



/* Label Cloud Styles
----------------------------------------------- */
#labelCloud {text-align:center;font-family:arial,sans-serif;}
#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}
#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}
#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}
#labelCloud a{text-decoration:none}
#labelCloud a:hover{text-decoration:underline}
#labelCloud li a{}
#labelCloud .label-cloud {}
#labelCloud .label-count {padding-left:0.2em;font-size:9px;color:#000}
#labelCloud .label-cloud li:before{content:"" !important}

]]></b:skin>
<script type='text/javascript'>
// Label Cloud User Variables
var cloudMin = 1;
var maxFontSize = 20;
var maxColor = [0,0,255];
var minFontSize = 10;
var minColor = [0,0,0];
var lcShowCount = false;
</script>
Now save the template 
  • And search for the below mentioned label widget in blogger html.

<b:widget id='Label1' locked='false' title='Labels' type='Label'/>

  • Replace with the below code



Save the template.If any problem? then  post your problem as comments.

Please add your comments!
Continue reading →