How to open all links in a New Browser Window?
|
|
|
|
|
Question: How to open all links in a New Browser Window? Answer: Insert the following code between the <head> and </head> html tags. <base target="main"> After inserting this piece of code all links should open in a New Browser Window.
|