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

Monday, July 4, 2011

Insert post link below post

Here is the way to insert link automatically within your post using LinkWithin.
Click here and follow the steps given.

Fill in your email & blog link.

Wednesday, February 2, 2011

New window open - click on link

How to avoid visitor left your blogs sites when the link clicked. Link is useful for some purpose but losing reader when they click on the link then left your blogs sites is not worth.
Here is some blog tips how to open new window or new tab when the link is click without closing your blog sites. By altering the HTML in your blog as shown below, this will help.

Look here where the word "Google" below has this code added and the "Google Icon" is without a code.

On the blog posting page, go to the "Edit HMTL" (the tab is just beside "Compose").  By taking an example HTML code from my post. (Click to refer)

1) Without open a new window
<a href="http://www.google.com" >
2) Open new window without closing your blog sites
<a href="http://www.google.com" target="_blank" >
So adding  target="_blank" it should work.

This is very useful blog tips as we need to do link in our blog sites but at the same time we don't want to loose visitor.




Insert Link in your posting


"Link" is useful for us to enable bring readers to another page. How to insert the link command. Current blogspot feature is no more required to the blogger to understand the HTML code.

Let share how to insert link, there is two way which normally people did;

1. Insert link on text;
Link on text mean to add a link in background for selected word or sentence. Eg; I proud used Google .By clicking the word "Google", will bring you to the Google's page.

2. Insert link on image;
Add link in background in image. On the Google image below has a link as above and will result the same as above when click on it.


How to do it ...
Move your cursor and highlight on the text, sentence or image you wish to do a link. On the posting toolbar, select icon  and new pop up window appear.
Enter the link address and press "OK"


Hope this will help you.


Related Posts Plugin for WordPress, Blogger...