Friday, July 3, 2009

How to Open URL/Link in New Windows (Tips to make visitors stay longer on your Blog)

visitors stay longerIf your Blog have external link to external website, visitors who come to your blog sometime will click the link and it will make your visitor leave your blog
how to make link will open in new windows?

You can try the link below

- Computer tips <- when you click the link, the page will open in the same windows
The HTML code is: <a href="http://gokhiel.com">Computer Tips </a>

- Computer tips and trick
<- When you click the link , the page will open in new windows (or tab)

The HTML code is : <a target="blank" href="http://gokhiel.com">Computer Tips and Trick </a>

Just add target="blank" code , this easy tips will make your visitor stay longer in your blog :)

Related Topics:
How To Add SiteMap To Blogger Blog (Blogspot)
What is NoFollow HTML Code and How to Insert the Code in Your Blog
Earn Money for Searching The Internet
How to Open URL/Link in New Windows (Tips to make visitors stay longer on your Blog)

3 comments:

  1. I always make links open in new windows simply because I hate when the link opens in the same window - you're reading something and all of a sudden you get redirected. Pretty annoying!

    ReplyDelete
  2. Usefull tips http://www.tipskhazana.blogspot.com

    ReplyDelete