Tuesday, December 28, 2010

Link open in New Tab

Posted by zer0nymous | Tuesday, December 28, 2010 | Category: |

One of important things for good SEO is "Don't let your guest away". But how to make it? Let go to the trick.

Normally, blogger(also me) sometime not very curious about their blog performance and "service". For certain reason, they prefer to use "Compose" rather than "Edit HTML" in blogger post editor. Why? i guess you have your own answer for this :)

OK, here a normal URL which link to other page:

Link1

What happen in there?? Some explaination:
Link1 is an appearing text. While user click on that text, web will redirect/bring user to the target URL:http://www.google.com

What i want to write here is to make it open in new tab. Look below..

This will open in new tab:

Link2

What i did is by adding/using target=_"blank" before/after the URL(http://www.google.com)

Example: <a href="http://www.google.com/" target="_blank">Link2</a>

Here to see the differences clearly:
Link1 (open in current tab)
Link2 (open in new tab)

Currently have 0 comments:


Leave a Reply