The thing is I know how to open a link in a new window, but my site has over 40 links on it so I cannot go and add _blank to every link. So i found this: <base target="main"> I put that in the header and it opens up all new links in a new window or tab, but i want to specify the name of the tab/window that it opens up in. What would i add in that code? I have 3 headers on my website. I need to ID them somehow so when someone clicks on top of the page it will take them directly down to the ID. How can I do this?
Alright so I figured out the ID thing. All i need now is when i click on a link and it opens up a new tab i want to specify the name on the tab.
The name on the tab (in a tabbed page), or the name on the window decoration (in a new window) is simple the title of the page specified in the <title> tag in the header. E.g. the title of this page is "A few questions. Opening links in new windows and ID.".