- 1). Open the HTML file of the page you want to edit in an HTML or a plain text editor, such as Notepad.
- 2). Look for the <BODY> tag in the file. That tag should be near the beginning of the file.
- 3). Place the following tag after the <BODY> tag:
<base target="_blank">
This tag will instruct your visitors' browsers to open all links on your page in a separate window or tag. - 4). Insert links in your page, using the usual <a href> tag.
- 5). Save your file and upload it to your web server using an FTP program or your web hosting company's file manager tool.
previous post