Labels

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

Saturday, February 2, 2013

How to remove “addthis” from homepage, Blogger.

When you add “addthis” button to your blog you are not going to find its html code in the “edit html”. Addthis will appear as an HTML/Java script widget, and to find it you should go to “Design” >>“Page element”. It is very simple you just have to follow these steps.

How to create a Hyperlink Code

A hyperlink can be a word, group of words which you can click through and jump to other pages or a new section from the current page.

Add a Gadget to Blogger Header and Blog Posts

When you upload a template to your blogger blog you will notice in the “Page Elements” that the template may lack a Gadget for the Header and for Blog Posts. It is very useful if you want to a add picture or banner ad in the header or a Google Adsense at the top or bottom of your blog posts. Follow clearly this little and easy tutorial.

How to remove comment box on static pages on Blogger

This little tutorial is for new bloggers who struggle to hide the comment box on pages. While creating your page in the page editor you will find “Page settings” on your right hand corner. Now click on “Options”, tick for “Don’t allow” below the reader comments then click “Done” to save your page settings. See image below.

How to Bring Your Audience to a Specific Post Section Within Your Blog.

First of all this tutorial is for newbie and I don’t want to complicate things by using code names etc. Here I will teach you in the simplest way how to bring your reader to a specific section of a post within your blog.

Let’s take for example I want to bring you to my other post which is “How to create a TextBox or Textarea in Blogger” but to a specific section only which is the “Read Only Text box” section.

Use the following structure by replacing with your desired Url, identifier and linkname:


<a href="URLaddress#identifier">linkname</a>

According to the example above mine would be;

<a href="http://challenge-of-the-day.blogspot.com/2012/03/how-to-create-textbox-or-textarea-in.html#Read Only">Read Only Text box</a>

Now you need to go to the post you are linking to by adding the following anchor to the specific section;

<a name="identifier">a heading</a>

Example; the identifier for the section I’ve mentioned above is “Read Only” which I've edited in my post editor like this:

<a name="Read Only">Read Only Text Box</a>

So that's it :). Now you know how to add internal links to a particular section of a post. Use the same steps to link within the same blogger post. This is a great way to help your visitors find their way through your blog easily and give access to desired information quickly.

How to Create a Textbox or Textarea in Blogger

Many bloggers make use of a text box either in their posts or somewhere in the sidebar to put emphasis onto some important texts or simply to display a list of links. The good thing with a text box is that it looks neat and you can re-size it accordingly, and you can put in as many texts as you want and enjoy from its scroll bar facility.