Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Blogger Tips - Remove "Posted by author name" or time for your post


This is a tip for removing "posted by author name" or time for the post in your blogger.


In [Layout]  → [Blog Post]  →[Edit] to uncheck the options...



The result after changing the options will be displayed as below:


Blogger Tips - How to add animated tag cloud

This is a tip for adding animated label (tag) cloud in blogger that you could see in my site.


1. Log on your blogger account.

2. Go to the [Layout].

3. Add a HTML/JavaScript Gadget.

4. Add below code for you label cloud.


<div id="NBTFlashContent"><p style="display:none;">Cool Labels by <a href="http://www.harivind.com/">CBT</a></p></div> <script type="text/javascript">  /*<![CDATA[*/  var NBTFlashLabelSettings = {blogurl : "you site URL", color : "0FFFFF", hoverColor : "333334", backgroundColor: "FFFFFF", size : 11, speed : 99, width:270height300, transparency :true  };  /*]]>*/  </script>  <script type="text/javascript" src="https://lables.googlecode.com/files/labels.js"></script>





Blogger Tips - Hide Attribution gadget

This is a tip for hiding attribution gadget (the bit where it says "Powered by Blogger") in blogger template by CSS approach.

1.Template → Customize → Advanced  → Add CSS
   add the code below and [Apply to Blog] to finish it.

   #Attribution1 {display: none;}