Best of the Best,in the Best.What you posses is your property.Concrete Shell is my Study.

Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

Sunday, November 25, 2007

Add Emoticon to your Blogger

Add Emotional Icon to your Blogspot: :D :-D B)
here is how to add Emotional Icon to your blogger.
1.click on page element and add a HTML/Script
2. find the


3. just before that paste these script

4. just below that replace the

with


and here is the usable icon


enjoy !

Saturday, September 29, 2007

Hide Navigationbar

pic:navbar

This is how to hide the navbar from your blog.
1.Go to Layout/HTML Edit
2.Find the following script

Blogger **********
Name: **********
Designer: **********
URL: www.**********
Date: **********
Updated by: Blogger Team
----------------------------------------------- */

3.Just right after that input these script

#navbar #Navbar1 iframe{

height:0px;
display:none;
visibility:hidden;
}

Wednesday, July 25, 2007

Add Recent Comments/Posts

Add Recent Comments:
here is how to add Recent comments to your blogger.
1.click on page element and add a HTML/Script
2. copy the following script and paste it.


3.change the XXXX to your blog name.
4.change the YYYY to your preferable number of comments to be displayed.
5. change the ZZZZ to your preferable length of the comments.
------------------------------

if you want Recent post.
you can do the same way with Recent Comments
----------
here is the script for recent post