Sunday, 18 March 2012

How to add images in Blogger

Blogger Tips : Today we can see How to add Images in Blogger.

First sign-in your account. Go-to Dashboard.

Click New post. Here you can see the page like below.

There click the pointed image.

After that you can click the browse button and upload the image..

Then Click Done. Now you can see your images in your post editor location.



Useful Blogger Tips :

Monday, 12 March 2012

How to adjust the width of your blog

Blogger Tips : Now you can know How to adjust width of your blog
  • Login your blogger account.
  • Go to your design --> Template Designer.
  • Click on ‘Adjust width’.

Adjust-blog-width
You can play around with the width of the whole blog and also the width of your sidebar. After that Click ‘apply to blog’ in the upper right hand corner when you are finished.

You Might like this:

Monday, 5 March 2012

Blogger tips:how to remove the blogspot navbar

Blogger tips : You already choose a BlogSpot name, the next step is customize the blogger. Some of you don’t like the blogger navbar. Here is the tips for Removing Blogger navbar.


Removing-Blogger-Navbar

First of all everyone must want to know what exactly the blogger navbar is?

  • to search in the blog
  • to go to random chosen blog
  • to mark the blog as spam

Steps to removing Blogger navbar:

  • Just login in your blogger account
  • Go to "Layout", then to "Edit HTML" and after that you should put the below code somewhere in before the end of HEAD tag:
==========================================

#navbar-iframe {

display: none !important;

}

===========================================