Quote:
Originally Posted by MARKA
Thank you. Very nice.
Any way to make the MORE and DISCUSS links open into a new window rather than taking people away from the site?
|
Code:
<A HREF="newwindow.html" TARGET="_blank">a new window</A>
This value does not require the use of any frames. "_blank" is popular in web pages which are devoted to links to "other resources on the net". By opening a new window for each resource, the user has a sense of a "main" page (the list of resources) and "secondary" pages (each individual resource). However, this results in cluttering the computer screen, which may irritate some of your readers.
Find this line of code
Code:
src="http://img.tfd.com/daily/history-top.js?0"></script>
and add the "
TARGET="_blank" to the end of the code, that will open the page on a new window
src="http://img.tfd.com/daily/history-top.js?0 "
TARGET="_blank"></script>