How to Make Rotating Label

Gadgets For Blogger - Now I will try to share with friends how to make List Labels / Catagori or whatever his name is turning - turn into a ball when the mouse is placed around it looks.
Actually this is already a lot about the blogger who wear or display in a good blog that is senior and who are still juniors, but there's no harm in this case I convey to the uninitiated how to make it.

Do the following:

Log into your account with the ID fellow Bogger
In the draft select Edit HTML
Put a check beside Expand Widget Templates
Find the script code: <b:section class='sidebar' id='sidebar' preferred='yes'> or <b:section-contents id='sidebar-right-1'>
Copas (copy-paste the following code just below it


<b:widget id='Label100' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2> <data:title/> </ h2>
</ b: if>
<div class='widget-content'>
<center>
<object type = "application / x-shockwave-flash" data = "https: / / sites.google.com/site/javascript10/tagcloud.swf" width = "100%" height = "200" allowscriptaccess = "always ">
<param name="movie" value="https://sites.google.com/site/javascript10/tagcloud.swf" />
<param name="bgcolor" value="#ffffff" />
<param name = "flashvars" value = "tcolor = 0x000000 & mode = tags & distr = true & tspeed = 100 & tagcloud = <tags>
<b:loop values='data:labels' var='label'>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='11'> <data:label.name/> </ a>
</ b: loop>
</ tags> "/>
</ center>
</ div>
<b:include name='quickedit'/>
</ b: includable>
</ b: widget>

Save Template friends and see the results.

Note: If friends want to change the background color, please change the code # ffffff with his sense of color code.

0 comments:

Post a Comment