Sunday, April 29, 2007

How To Make Flour Baby

Link Tag Cloud for blogger beta

The tag, tag or label cloud cloud - whatever you call it, serves to keep a list of categories or labels more colorful in your blog. The groups and dimensions, depending on the number of posts that each contains.


started!

Enter your blogger account as usual and go to the part of "Page Elements" section of the template. Add a new item and choose "labels."

Then go to "Edit HTML" and without expanding the widgets template, find the following:



BEFORE it hits the SIGTE. code:

/ * 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}

Then, between "b: skin" and the end of "HEAD" you paste the following:





Finally, you go down to the part of the sidebar (near the end of the template) and Search:



and replace by:



This list will already have your tag and you'll be very happy.

If you go to set some variables:

maxFontSize var = 20; --- maximum font size
maxColor var = [0,0,255]; --- Color ultimate source
minFontSize var = 10; --- minimum font size
minColor var = [0,0,0]; --- Font color
minimum font size can change as in any text. The font color is based on the RGB system, if you want to see change -> HERE <-- and choose your favorite color.

lcShowCount var = false;
If you want to see the number of posts in each cloud changes the value "false" to "true."
Via: phydeaux3

0 comments:

Post a Comment