Blog Advertising - Get Paid to Blog

Thursday, August 30, 2007

HTML Tip - How to open a link in a new window

pixel
pixel

Open a link in a new window

Its easy to use HTMLso that links open in a new window. This is a better way than using javascript as it will work whether the browser has javascript installed or not. You can implement it by adding the text target="_blank" to your anchor tag. For example:

<a href="http://www.tipsntutorials.com/" target="_blank">click here to visit Tips 'n' Tutorials in a new window</a>




No comments: