Thursday, May 7, 2009

How to make Label Scroll Up



LABEL




  1. Scripts- gAjax RSS Pausing Scroller (hosted)

  2. Audio Player Blogspot & Wordpress

  3. How to Add a Shortcut Icon to a Web Page

  4. How do I put a picture into the caption of a picture on Website

  5. How to get your blog indexed by Google faster?

  6. How to check if my blog already get index by Google?

  7. how to Add "Read More" in blogger!

  8. How to add MyBlogLog comment avatars (author images) to your comments section

  9. Easy way to setup CO.CC domain in Blogger

  10. Labels into Horizontal Tabs - A Blogger Hack

  11. How To Put An Icon On Your Browser URL Address Bar favicon.ico

  12. How to add comment avatars (author images) to your comments section

  13. How to Display Labels in a Drop Down Menu (Useful Blogger Tip)

  14. Change your Sidebar

  15. Related Posts Widget For Blogger with CSS

  16. Page Navigation Hack for Blogger

  17. Error code bX-jdokxi - i can't change my template!

  18. Unicode Khmer can use even without font?

  19. Text Codes

  20. Changing the Windows Boot Screen with...

  21. How can I make Khmer Font (Limon or ABC) can be Used in the Blog?

  22. How to add Background in the Comment form

  23. how to put Picture or Flash to your head Blog

  24. How can I create expandable post summaries




Login => Layout => Edit HTML => (tick on) Expand Widget Templates => (find out the word Label) see like this:


<b:widget id='Label1' 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'>

Then Add Code:


<div style='border: 1px solid rgb(238, 238, 238); padding: 8px; overflow: auto; width: 140px; height: 250px; margin-right: 10px; float: left;'>

Add below:


<b:widget id='Label1' 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'>

<div style='border: 1px solid rgb(238, 238, 238); padding: 8px; overflow: auto; width: 140px; height: 250px; margin-right: 10px; float: left;'>

<ul>

<b:loop values='data:labels' var='label'>

<li>

<b:if cond='data:blog.url == data:label.url'>

<span expr:dir='data:blog.languageDirection'>

<data:label.name/>

</span>

<b:else/>

<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'>

<data:label.name/>

</a>

</b:if>

</li>

</b:loop>

</ul>

<b:include name='quickedit'/>

</div></div>
----------------

Done!



Related Posts by Categories



Widget by Hoctro | Jack Book

0 comments:

Post a Comment

 

©2009 daily news | by TNB