Link on Html page
-
Hello every one. I would like to insert a link which, when I click on it, takes me to a sentence on my page. Could someone help me please. PS: it is an html page
-
I would like to insert a link which, when I click on it, takes me to a sentence on my page
If you mean, “I want to insert in my HTML source code a link which, when I click on it while viewing the file in my browser, takes me to a sentence on my page in the browser”, that’s an HTML question, and off-topic here (but I will give you the hint to search the web for documentation on how to create HTML anchors 🛈 and how to link to anchors 🛈 – that’s pretty basic HTML technology, and quite well documented)
If you mean, "I want to insert a link which, when I click on it inside the Notepad++ editor window, takes me to a sentence on my page inside the Notepad++ editor window so that I can edit there, then I’m sorry to say, there is no built-in way of doing that. There are things you can do in a plugin (either purpose-written, or one of the generic scripting plugins like PythonScript). If you choose to go down that route, but need some pointers in the right direction, you can show what you’ve tried and we can give you some help.