Tip & How To about Google Chrome
How to add a tag / label cloud to your Google Weblog OR Blogspot Template
You can use several widgets that are available that require you to register and claim your like the leading website Technorati you will then be on their blogroll which you might as well do anyway. At the time of posting the widgets section is being revamped so if you just want a simple cloud just for your blog not linked to another site read on.
First you need to add Bloggers own Configure label widget through the dashboard., this may suffice for you needs but its not much of a cloud.

Next you need to add several lines of HTML code to your template in the editor I suggest you donwload it first for a backup copy should you make a mistake.
Next you need to do a search for this line of HTML code this the where you add the next two pieces of code
]]>
Above this code add this code in place of the single line I suggest that you add a carriage return either side of it, you must not add it after the last tag
/* 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}
]]>
// 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;
NEXT : - Find this HTML code, best to leave Expand Widget unchecked, for the label widget and then replace it with the code in this download HERE

You need to then save your template and you will see your new label cloud.
You can change the details of the CSS section above to change the font typeface, size and colour if you want to for example to change the font to arial alter the line
#labelCloud {text-align:center;font-family:arial,sans-serif;}
change the font-family to one of your own choice like trebuchet.
#labelCloud {text-align:center;font-family: trebuchet.;}
If you do set the display to block you would probably want to change the sort frequency from alphabetical to frequency do this in the actual blogger label widget in the design dashboard. also change the display line from
display:inline to display:block to get the a flat listing.
First you need to add Bloggers own Configure label widget through the dashboard., this may suffice for you needs but its not much of a cloud.

Next you need to add several lines of HTML code to your template in the editor I suggest you donwload it first for a backup copy should you make a mistake.
Next you need to do a search for this line of HTML code this the where you add the next two pieces of code
]]>
Above this code add this code in place of the single line I suggest that you add a carriage return either side of it, you must not add it after the last tag
/* 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}
]]>
// 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;
NEXT : - Find this HTML code, best to leave Expand Widget unchecked, for the label widget and then replace it with the code in this download HERE

You need to then save your template and you will see your new label cloud.
You can change the details of the CSS section above to change the font typeface, size and colour if you want to for example to change the font to arial alter the line
#labelCloud {text-align:center;font-family:arial,sans-serif;}
change the font-family to one of your own choice like trebuchet.
#labelCloud {text-align:center;font-family: trebuchet.;}
If you do set the display to block you would probably want to change the sort frequency from alphabetical to frequency do this in the actual blogger label widget in the design dashboard. also change the display line from
display:inline to display:block to get the a flat listing.
Fix-O-Meter
694,935
694,935 people have viewed this product
- 3,031 people asked about this product.
- 1,445 people found solutions for this product.
- 278 people have added this product.
Top Google Internet and Communication Software Experts
Verification:
Please enter the characters below to complete your post
Can't read it? Try a different one

Add a Comment