How to Make a Hyperlink on Notepad++
By Nick Peers
Notepad++ supports all HTML tags, so you can use it to insert all types of hyperlinks into your pages. Although hyperlinks are not clickable in Notepad++ by default, you can make them clickable by changing the settings of the program. After you change the settings, you can test your links by clicking them; links are opened using the default Web browser. This feature is especially useful to test links to pages stored in different folders within your website.
Step 1
Launch Notepad++, click "Settings" and then choose "Preferences" from the menu to display the Preferences window.
Step 2
Select "MISC" from the left navigation pane and then check the "Enable" box in the Clickable Link Settings section to make links clickable. Click "Close" to close the Preferences window.
Step 3
Click "File" and choose "Open" if you want to open an existing Web page. Choose "New" instead of "Open" if you want to create a new page.
Step 4
Browse through the code until you find the spot where you want to insert the hyperlink. Position the insertion cursor after the last tag and press "Enter" to insert a blank line.
Step 5
Step 6
Type the text of the hyperlink immediately after the tag. This is the text that appears on the page and can be clicked.
Step 7
Close the tag by typing "" (without the quotation marks) immediately after the hyperlink text. Here is a working example of a hyperlink:
References
Tips
- You must close and reopen the Web page after you make links clickable in Notepad++.
- The <a> tag is supported by all major Web browsers, including Google Chrome, Mozilla Firefox, Safari and Internet Explorer.
- The <a> tag supports all HTML Global attributes and Event attributes.
Warnings
- Information in this article applies to Notepad++ 6.5.1. Procedures may vary slightly or significantly with other versions or products.
Writer Bio
Nick Peers has been writing technology-related articles since 2003. His articles have appeared in dozens of technical publications, including MSN UK, CNET, BBC Who Do You Think You Are, LifeHacker UK and TechRadar. He holds a Masters in information technology degree from the University of East London.