rss

Thursday, October 14, 2010

How to create blog in blogspot

    Why should you create blog in blogger.com, not in other free blog providers? Actually, there is no “should”, but blogger.com has more advantages than other providers do. One of the advantages is the easiness in operating so that blogger.com is good for the beginners. Other advantages are the freedom in editing and replacing the templates to make the best display, custom domain which means that you can replace the domain with your own but with the blogspot hosting, e.g. yourname.blogspot.com can be changed into yourname.com, but still in the same hosting, i.e. the free blogspot hosting.

  • After registration page open, go to the right bottom of the page where you can change the language to your own to make you easier to understand the instructions, but in this tutorial, I use English for more global targeting. Please login by using your username and password of your gmail (your email account is allowed to use for login to blogger).


How To Set Your Blogspot Settings

In this page, I will be discussing what to do in each of the settings areas you see below in the Settings.
  • Login To Blogger Go To > Settings

Some settings in Basic menu:
  • Blog Tools: 
  1. Import blog > this is the facility to import data from your computer (this is usually done when transferring blog). Don’t click it, let it be as it is. 
  2. Export blog > this is the facility to export blog from blogger server to your computer. This facility is also called as Backup blog facility. You are suggested to create blog backup at least once a week. The backup data will be useful and helpful when sometime you want to transfer blogs in blogger, or you also can use it when you want to do a blog migration from blogger to another blog machine such as Wordpress, etc. 
  3. Delete blog > this facility is to delete your blog. Don’t ever click it if you don’t want to delete your blog.


Tuesday, October 12, 2010

How to Change the Date of a Blog Post in Blogger


Login To Blogger Go To > Settings > Formatting.

Choose a format in which you intend the date to be displayed from among a number of formats (Only numerals, Combination of numerals and words etc.).


Sunday, August 22, 2010

Adding a Floating Back To Top Button

If you have very long posts or a long line of comments, your visitors find it difficult to surf through your blog. So that's when you need to add a back to top button, and it's configurations are very easy too.


Login To Blogger Go To > Design > Page Elements.

Simply add a Gadget of HTML/JavaScript type.

add this code in to it:

<!--BACK2TOP-STARTS-->

<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img onmouseover="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbw_Z_6QzyJf8IFKkIWEicAA5Q74N0my5IwLdwklPZw27SAIeDiDwKiIPwb_aK4NRlW9e-c2CgPwWXvBidGbSr5X1rQO95wWbTrAxIw5p3FHARc69BgYcyH1szPttCsSUu_r2wro4I82w/s1600/up+b.png'" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvRPSKPfpPMwqoJlIrOBro0EJppBC_I41MDvcZyjVtrUFUjWA8K0X_JmElCsKiFNEdjYZ-j9oQW1MF9KN-dTXpGFAIpib2rrnkRumkzGPaHfq_98W-mqoCTZfihr5doJGGkzkNgx5TRxw/s1600/up+s.png" onmouseout="this.src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvRPSKPfpPMwqoJlIrOBro0EJppBC_I41MDvcZyjVtrUFUjWA8K0X_JmElCsKiFNEdjYZ-j9oQW1MF9KN-dTXpGFAIpib2rrnkRumkzGPaHfq_98W-mqoCTZfihr5doJGGkzkNgx5TRxw/s1600/up+s.png'"/></a>

<!--BACK2TOP-STOPS-->


Tuesday, June 8, 2010

How to remove the dotted border from Blogger links

I’m sure that many of you have noticed the dotted border that surrounds links when you click on them. It’s actually an accessibility feature and in most cases it’s fine, but in some cases that dotted border surrounding active links can be quite annoying and ugly. There is a very simple and easy way to hide the dotted border from active links. All it takes is a few lines of CSS and you’re done.


Just Login To Blogger Go To > Layout > Edit Html and Find for
]]></b:skin>

And just place the below code before it.
a { outline:none; }
And save your template and you are done now.Now whenever you will click on any link in blogger no dotted lines will appear.


 

Recent Posts

Followers

Recent Comments