Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

How to Active Auto save Option on Microsoft Office Word

I am write my post offline in MS Office word and I am active auto save option per one/1 minute. You can also do it very easily. Fast open Microsoft Office Word and go to word options>save> Save AutoRecover information Every 1 minutes>OK.

I think the two sheen sot help you.


Noor Elahi SHIBLY

Some Best SEO Blog | Use and Lauran SEO (Search engine optimization)

How to Change Blogger Header font Size


I thought this is very simple tips but useful.   Fast log in your blogger account.  Go to the Design> Edit HTML .

Find this code or some think like that.

#header h1 {
font-size:42px;
font-size-adjust:none;
font-weight:bold;
letter-spacing:-1px;
line-height:normal;
margin:5px 5px 0;
padding:1px 1px 3px 0;
text-transform:none;
}

Change  font-size:42px; and save your template.

How to Change Blogger blog Post font Size


Much time we need to change our blog post font size. We can do it easily.

  • Fast log in your blogger account and go to Design> Edit HTML
  • Now fond this code or some think like that.
.post h3 {
color:#007ACC;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:25px;
font-weight:normal;
text-align:left;
line-height:1.4em;
margin:0;
padding:0 0 8px;
}

  • Change the font-size: or don’t remove the px;.
Just save your template.

What is Backlink and What is its Advantage

Backlink is a very important subject for the Search Engine Optimization. How many links of your site is stayed to other sites is called Backlink. And through pagerank we understand the importance of a website.

How to evaluate the page rank

Page rank is updated automatically by google after every 3 months. The updated topic is backlink. It means that if your site is too important then other sites will link your site.The high backlinked sites have high page rank too. The search engine gives priority to those sites of high page ranked.

How to increase the page rank

1. Increase the backlink of your website.
2. Increase the subdomain of your website.
3. Everyday add a new page to your site.
4. Give your site's link to those sites of high page rank. Ex: Blogger.com
5. Do not use same title into different pages.

How to increase the backlink

1. Submit your website to various web directories.
2. Comment to various sites giving your site's link. Here is one thing to remember. If any site uses nofollow then you will get no advantage of backlink. So only give your website's link to such sites who uses dofollow.
3. Request your friends to allow your website's link to their site.
4. Open some free websites and give your website's link there.

I hope that all of you have understood my post. If you have any question then please comment.
To know more please visit: http://arifcseku.blogspot.com/

How to use custom favicon in blogger blog

For those who don't know what Favicon is 'Favicon is a small icon(image) displayed at the beginning of the address bar of the browser.It is also called Favourite Icon,Pageicon and urlicon.


The main advantage of creating and using favicon is ,it makes it easy to find your blog or site when someone favourited or bookmarked your site/blog among several other sites.





Follow those steps to add your favicon in blogger blog.

1. Fast Create a 16x16 .png format icon.

2. Upload it any host. You can also use draft blogger post.

3. Now the favicon link copy a notepad and log in in your blogger dashboard > layout> HTML.

4. Press CTRL+F and find <title><data:blog.pageTitle/></title> code.

5. Add <link href='PNG FORMET ICON LINK' rel='shortcut icon' type='image/png'/> code just after <title><data:blog.pageTitle/></title>.

Now save your Template.