Archive | Blogger tutorial RSS feed for this section

"Widget IDS should be Unique?"

Some time you have gotten such message during editing in template code.

We were unable to save your template.

Please correct the error below, and submit your template again.

More than one widget was found with id: HTML1. Widget IDs should be unique.

Or some time like below…

We were unable to save your

Read full storyComments { 0 }
Comment send to your e-mail address

Comment send to your e-mail address

  1. Login to blogger with your ID.
  2. Click Settings.
  3. Click Comments.
  4. Scroll to underside and you will find a box: Comment Notification Address, write your email address inside the field. example : indianmonsters@gmail.com
  5. Click save settings.
  6. Finish.

You are done..!

Read full storyComments { 0 }
Create Tab View

Create Tab View

Adding tab widget will help you a lot to decrease # of widget on blogger and will make fast loading of your blog.

Here is demo image:

1. Login to blogger, go to “Layout >> Edit HTML”
2. Then find this code ]]></b:skin>
3. Insert the below code before Read full storyComments { 0 }

Making text area

Making text area

What is text area. Some time you can’t write down html code in post but now you have choice to write down with text area.

You can copy below code in your post.

<p align=”left”>
<textarea name=”code” rows=”5″ cols=”25″>
Your text here….
</textarea>
</p>

for

Read full storyComments { 0 }
Add Icon before/after Post title

Add Icon before/after Post title

Hey friends..,now you can change icon before your post title. You can see that I have star before my all post title.
Here is steps.
1. Log in to blogger account.
2. Go to Lay out >> Edit Html.
3. Click small box beside expand widget templates.
4. Find…

Read full storyComments { 0 }
Redirect your visitor fom old blog to new blog…

Redirect your visitor fom old blog to new blog…

Hey guys, When You move fro old blog to new blog or web, You don’t want to loose your visitors so now we have trick.

Here is steps..

1. Log in to your blogger account.
2. Go to Lay out >> Edit HTML
3. Copy below code just after <head>

Read full storyComments { 5 }
Add yahoo status in blog

Add yahoo status in blog

You can show your friend that you are online via blog.

Here is steps.

1. Login to blogger then go to “Layout”
2. Go to Page element then Add gadget
3. Add HTML/JavaScript.
4. Then copy this code and Paste it in Gadget.

<a href=”ymsgr:sendIM?kendhin_x“> <img src=”http://opi.yahoo.com/online?u=kendhin_x&amp;m=g&amp;t=2&amp;l=us”/>

Read full storyComments { 0 }
Highlight author Comment in blogger

Highlight author Comment in blogger

1. Login to blogger, then choose Layout >> Edit HTML. Don’t forget to backup your template first.
2. Check the “Expand Widget Templates” box.
3. Copy this script and put it before ]]></b:skin>

.comment-body-author {
background: #E6E6E6; /* Background color*/
color: #000; /* Text

Read full storyComments { 4 }
Add Recent Post widget in Blogger

Add Recent Post widget in Blogger

Want to add recent post widget in blogger. Here is trick to do it.

1. Login to blogger then go to “Layout”
2. Go to Page element then Add gadget
3. Add HTML/JavaScript.
4. Then copy this code and Paste it in Gadget.

<script src=”http://www.thetricks.net/blogger/recent-post.js”></script>
<script>var numposts =

Read full storyComments { 0 }
Add Recent Comment widget in Blogger

Add Recent Comment widget in Blogger

It’s very usefull to Show Recent Comments on main blog page. We can know who have given comments on aur articles without open it one by one. At this time I will show you how to show recent comments on our main page blog. It’s very easy. Before we start take look at demo image:…

Read full storyComments { 5 }