Search This Blog

Thursday, September 25, 2008

Making links open in a New window

If you want the link to open in a new window, instead of having it take readers away from your page, you can click the "Edit HTML" tab (in Blogger) and modify it using target="new" tag as shown below.

A link's HTML code looks like this (minus the spaces before and after the brackets):

< href="http://www.exampleURL.com">text text text< /a >

To make the link open in a new window, add target="new" between the URL's endquote and closing bracket. Like this:

< href="http://www.exampleURL.com" style="color: rgb(102, 102, 102);"> target="_blank">text text text< /a >

The grey coloured portion has to be inserted by you where the rest of the code will be there in the HTML code of the Link

If you have a Typepad blog, you can install a widget that makes ALL links automatically open in new windows.





No comments:

Post a Comment

Earn Online from Home

 
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.