Saturday, January 24, 2009

Tricks Create Links That Redirected to New Page

When I open a blog belonging to other people, I found a link. When I click the link, I focus on the page / new tab. I wonder, how can? After viewing Page Source blog, so I know how.

How to make it is easy. If you usually make sure the link code like this.

<a href="http://blogging-trick.blogspot.com">Trick, Tips, And Tutorial Blogger</a>

You paste the code target = "_blank", so to be like this.

<a href="http://blogging-trick.blogspot.com" target="_blank">Trick, Tips, And Tutorial Blogger</a>


Hmm, the code above will change into a link. If you click the link, then you will be redirected to the new page.

0 comments:

Post a Comment