To make it interesting, please drop your mouse on the images on the left. It is interesting.Blogger users can add that widget in their sidebar. I want to thank to Amanda. This is others work. Click here for examples. Here is big flash label but after installing it, you can see according to your choise. I have wrote down to change width and height.
Interested in making it? Just follow the steps below: ![]()
1. Log in into blogger with our ID
2. Click Layout.
3. Click Edit HTML tab
4. Click Download Full Template and back up the template first.
5. Find the code similar with the code below.
<b:section class='sidebar' id='sidebar' preferred='yes'>
6. Copy below code and paste it under above code.
<b:widget id='Label99' 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'>
<object type="application/x-shockwave-flash" data="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" width="250" height="200" allowscriptaccess="always" >
<param name="movie" value="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/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='12'><data:label.name/></a>
</b:loop> </tags>" /> <p>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></p>
</object>
</div>
<b:include name='quickedit'/>
</b:includable> </b:widget>
7. Click SAVE TEMPLATE
8. You are Done
But you want to customize it, for example;
Change the widget height:
Change the widget width:
Height=”200″
Value 250 is the height of widget. You can change it as your choise.
for example: 225
Width=”250″
Value 250 is the width of widget. You can change it as your choise.
for example: 275
Change the background color:
<param name="bgcolor" value="#ffffff" />
If you want to change color of background, Just change color code, which you want, here ffffff is code for white.Click here for other color code
Change the text color:
<param name="flashvars" value="tcolor=0x000000&
If you want to change color of text, Just change color code. Here #000000 is code for black color Click here for other color code










