LABEL
- Scripts- gAjax RSS Pausing Scroller (hosted)
- Audio Player Blogspot & Wordpress
- How to Add a Shortcut Icon to a Web Page
- How do I put a picture into the caption of a picture on Website
- How to get your blog indexed by Google faster?
- How to check if my blog already get index by Google?
- how to Add "Read More" in blogger!
- How to add MyBlogLog comment avatars (author images) to your comments section
- Easy way to setup CO.CC domain in Blogger
- Labels into Horizontal Tabs - A Blogger Hack
- How To Put An Icon On Your Browser URL Address Bar favicon.ico
- How to add comment avatars (author images) to your comments section
- How to Display Labels in a Drop Down Menu (Useful Blogger Tip)
- Change your Sidebar
- Related Posts Widget For Blogger with CSS
- Page Navigation Hack for Blogger
- Error code bX-jdokxi - i can't change my template!
- Unicode Khmer can use even without font?
- Text Codes
- Changing the Windows Boot Screen with...
- How can I make Khmer Font (Limon or ABC) can be Used in the Blog?
- How to add Background in the Comment form
- how to put Picture or Flash to your head Blog
- 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!
Comments :
0 comments to “How to make Label Scroll Up”
Post a Comment