What Html Code Can I Use To Make A Link Open In A Separate Window On My Website?
Tuesday, June 30th, 2009 at
11:21 am
I would like to know where I can insert the html (before or after the link html). Also, is it the same html for graphics links as it is for text links?
Tagged with: Code. • HTML • Link • Make • Open • Separate • website • Window
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
Click Here (to open link in blank window every time.

OR
Click Here to open link in a new window only once. If it is clicked again from original page, it will not continue to open, but it will refresh the next page in the browser. =)
ADDITIONAL DETAILS: I’m sorry, I didn’t see the graphics part, here’s the code:
(Never forget the which is the closing tag for this html code)
Graphics links and text links can be included in the same manner using HTML code.
in the anchor tag target=”new” or target=”blank” would do this