Tuesday 14 August 2012

HOW TO REMOVE NAV BAR




when you create  a blog,the above nav bars are also set as a default with many or simply you can say with all blogs.And these nav bars are not looking so good thats why many people ask me to write about ,how to remove the nav bar.Its so simple and by following 3 steps you can easily remove the nav bar and turn your simple blog into cool blog.Now here i write some CSS code,and by simply put the CSS code into your template you can easily remove it,now see
1.Open Your Bloger account
2.You will land on Blogger Dashboard
3.Click on Design Button
4.Now Open Edit HTML Button
5.Check this  
6. Now simply find this code


and simply replace the code,above this text


/* Variable definitions
   ====================
now see how I replace the code with example
that's all now the nav bar is remove from your blog.Thanks

POST A LINK IN COMMENTS

When you read an article, like a blog, or you have  any question about the blog that you read and you want to post a link in comment and suggest the reader to any way,you can do it by posting a link in comment and its so simple like 1,2,3,....
The most use of posting a link in comments in SEO.Now here i write the code and by using the code you can do it.


<a href="URL">Title</a>


Replace the blog or domain name like "http://aboutbloggingtips.blogspot.com/" in "URL" and replace the site title like me "Blogging Tips" in "Title".

Now here i show you with the example how to post a link in comments,in the given below comment my reader Sumesh ,like my current article and ask me to write your point of view about the blogging tips and suggest me how to start a blog.He also post a link How to start blogging.

306 COMMENTS:

Sumesh said...
hi, zahid can you tell me how to start blogging,or please write an article or youir point of views about blogging.Thanks or sharing i like your current article very much

HOW TO REMOVE DOTTED BORDER FROM LINKS IN FIREFOX

Now a days many reader ask me to write about how to fix or how to remove dotted border from links in Firefox.And a  reader email me and briefly describe about his problem,that when he use Firefox browser his post titles and various links are always displayed  with a dotted border when he click on the links.And ask me to help or solve their problem.Now here I teach you how to solve this problem.And now i write the CSS  code and put this CSS code to your
<head> and </head> tag.


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}



and by using this code you can solve your problem

Blogspot How to Remove - Subscribe To: Posts(Atom)

Many people ask me how to remove the feed link or Subscribe to: Posts (Atom)
 at the bottom of the post,because it  normally annoying the user so the user want to remove this.In this tutorials i teach  you how you can remove it easily by following just 3 steps with screen shots,

1.Go to blogger dashboard,Click on design  and then you can see Edit HTML button open it





2.Check this