|
How to Make a Link Open Up
in a New Browser Window
Links are important to the content of every website. But
for most of us utilizing the hyperlink function, the html
code does not include the ability to open the link up in a new
browser window (or tab). The typical code for links looks
something like this:
<a title="Link title that is
displayed on your page"
href="http://www.LinkLocationOnTheInternet.com/">Link Title
Again</a>
To make the link open up in a new browser window, add this:
target="_blank"
example:
<a title="Link title that is
displayed on your page"
href="http://www.LinkLocationOnTheInternet.com/"
target="_blank">Link
Name Again</a> By Robert
J. Miller. Copyright
2008
TenBestWebHostingSites.com
More Webmaster Articles:
Domain Name Hosting
Privacy
HostMonster Review
How to Choose a Domain
Name
Protect Your Email
from Spiders
Website Security
Using SSL Certificates
What is Fantastico de
Luxe?
What is Ruby on Rails?
WordPress vs. b2Evolution
|