• Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

How To Change Your Blog Divider

ok. first of all, you need to search for the image that you want to put as divider.this is how to put your divider below your post.
example :


1. copy this image url (right click to this image and "copy image url"
2. Go to your blogger dashboard >> Layout >> Edit HTML
3. Find in page (CTRL+F) .post
then you'll see something like this :





Copy this code:


background: url(paste your image url here);
background-repeat: no-repeat;
background-position: bottom center;




and paste it like this :




paste it below .post { and above margin. if you don't want the dotted line , please change the border-bottom : 0px 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

How To Make A Pop-up Window In Your Blog


Copy the code above.
then , go to : blogger dashboard >> layout >> page element >> add html/javascript and copy and paste the code there.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

How To Put A Chat box In Your Blog

the first step is, go to ShoutMix or Cbox or any other chatbox website and then sign up.

2nd. login to your account and set up your chatbox settings.

3rd. choose your favourite colour and when you done,

4th. click "get code"

5th. copy the code, login to your blogger and paste it >> Layout >> Add a Gadget >> Html/Javascript

that's it and you are done !

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS