Search Help:  
 
Enter keywords to search help.

How do I create links that open in a new browser window?

You can format your links to open in a new browser window when you click on them. To do this, you'll add special code to your link:

     <a href="/l/us/yahoo/geocities/ghtml/newpage.html" target="_blank">New Page</a>

Here's another example:

     <a href="http://www.yahoo.com" target="_blank">Yahoo!</a>

Adding this "target=_blank" code to your links tells them to open in a new window when clicked.

Was this article helpful?

Yes   No
Click to contact Customer Care for further assistance.