Please help us promote our blog. Copy and paste this code to a new "HTML/Javascript Code" page element on your blog: <a href="http://bloggers-help-faq.blogspot.com">Click Here to visit Bloggers' Help & FAQ - A blog which consists of all kinds of FAQ's and other information for Blogger blogs which may be relavent to other sites or blogging companies./>

Wednesday, June 30, 2010

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.

Redirecting a Blogger blog to another URL

Redirecting a Blog to another URL is very easy and you should try doing it.
Below is the best way to redirect your Blog. Add the following code to your blog's Template HTML between the <head> and <head/>:

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

After adding it, it would look somewhat like this:
<head><meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

Replace http://yournewurl.com with the URL you want to redirect your blog to.

Wednesday, June 16, 2010

How to add a favicon to your Blogger Blog?

Adding a favicon to your Blog is very simple!

First of all login to your Blogger Dashboard and click on "Design" on the blog you want to add a favicon on. Then open the "Edit HTML" tab. You have to add the script below between the <head> and the </head> tags:


<link href='YOUR FAVICON URL' rel='shortcut icon' type='image/x-icon'/><link href='YOUR FAVICON URL' rel='icon' type='image/x-icon'/>
<link href='YOUR FAVICON URL' rel='icon' type='image/vnd.microsoft.icon'/>


I recommend uploading the favicon.ico to a directory of a site for e.g. KumailAbbas.t35.com. I recommend adding the above script after the <head> tag and then before the </head> tag (sum up to 2 times). If you lost your way don't forget to leave a comment!

How to add pages to your Blogger Blog.

Do you want to add pages to your Blog like About us and Contact Me? If yes then this post will help you alot!

First of all Open Blogger in Draft. Then Log in with your account.

When you have logged in to your Blogger in Draft Dashboard it will look somewhat like this:Blogger in Draft Dashboard (Click to Enlarge)

Then click on Settings on the Blog you want to add the pages on and then click on the Posting tab. After it click on the Edit Pages tab.


Blogger in Draft Edit Pages

Just click on NEW PAGE button and the page that will come will be like this:


Blogger in Draft NEW PAGE

That's all folks! You just have to type in what you want to show on the page and the title and your page will be ready!