<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can&#x27;t Open URL in HTML Link]]></title><description><![CDATA[<p dir="auto">I suddenly noticed I can no longer open a file by right clicking on the URL in an HTML href. I used to be able to do this, but it now says the path doesn’t exist. I recently updated Notepad++ to the latest version, but don’t know if that’s the cause.</p>
<p dir="auto">I tested multiple independent HTML files, and the problem occurs in every one. In the following sample code, the file shadduck_bh.htm is in the same folder as the file Notepad++ is editing.</p>
<pre><code>&lt;!DOCTYPE HTML&gt;
&lt;html lang="en-us"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;Hazel Marie Wright Shade&lt;/title&gt;
&lt;meta name="keywords" content="Hazel Shade,H. Shade"&gt;
&lt;script src="../../../../../js/jquery.js"&gt;&lt;/script&gt;
&lt;script src="../../../../../js/base.js"&gt;&lt;/script&gt;
&lt;script src="../../../../../js/bio.js"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" href="../../../../../css/bio.css"&gt;
&lt;link rel="prev" href="../c/shacklock_cl.htm"&gt;
&lt;link rel="next" href="shadduck_bh.htm"&gt;
&lt;link rel="up" href="../../../../bio-s.htm"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>
<p dir="auto">Debug info:</p>
<p dir="auto">Notepad++ v8.9.6.4   (64-bit)<br />
Build time: Jun  3 2026 - 23:47:49<br />
Scintilla/Lexilla included: 5.6.2/5.4.9<br />
Boost Regex included: 1_90<br />
pugixml included: 1.15<br />
nlohmann JSON included: 3.12.0<br />
Path: C:\Program Files\Notepad++\notepad++.exe<br />
Command Line:<br />
Admin mode: OFF<br />
Local Conf mode: OFF<br />
Cloud Config: OFF<br />
WinGUp: present<br />
disableNppAutoUpdate.xml: absent<br />
Periodic Backup: OFF<br />
Placeholders: OFF<br />
Scintilla Rendering Mode: SC_TECHNOLOGY_DEFAULT (0)<br />
Multi-instance Mode: monoInst<br />
asNotepad: OFF<br />
File Status Auto-Detection: cdEnabledNew (for current file/tab only)<br />
Dark Mode: OFF<br />
Display Info:<br />
primary monitor: 1920x1080, scaling 100%<br />
visible monitors count: 1<br />
installed Display Class adapters:<br />
0000: Description - AMD Radeon™ Graphics<br />
0000: DriverVersion - 32.0.21043.12001<br />
OS Name: Windows 11 Pro (64-bit)<br />
OS Version: 25H2<br />
OS Build: 26200.8655<br />
Current ANSI codepage: 65001<br />
Plugins:<br />
ComparePlugin (2.0.2)<br />
DSpellCheck (1.5)<br />
mimeTools (3.1)<br />
NppConverter (4.7)<br />
NppExport (0.4)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27578/can-t-open-url-in-html-link</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 16:32:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27578.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Jun 2026 11:24:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can&#x27;t Open URL in HTML Link on Wed, 17 Jun 2026 16:01:08 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: Sylvester-Bullitt">@<bdi>Sylvester-Bullitt</bdi></a> <a href="/post/105754">said</a>:</p>
<p dir="auto">suddenly noticed I can no longer open a file by right clicking on the URL in an HTML href</p>
</blockquote>
<p dir="auto">If you mean you are right clicking, and choosing <strong>Open File</strong> from the context menu, which is equivalent to <strong>Edit &gt; On Selection &gt; Open File</strong>, and you have highlighted a relative path to a file, like highlighting the <code>../../../../../js/jquery.js</code> or <code>shadduck_bh.htm</code>, then yes, that is <a href="https://community.notepad-plus-plus.org/post/105698">a known regression</a>.  It will be fixed in the next release version (*).  (If you selected an entire path, like <code>c:\path\to\shadduck_bh.htm</code>, then the <strong>Open File</strong> action would work right.  It’s just relative paths, either from the same directory, or a subdirectory, or a relative path to another directory, that don’t work in this version.</p>
<hr />
<p dir="auto">*: <em>update: I wanted to clarify: the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/18113" rel="nofollow ugc">fix has already been merged into the codebase</a>; my original phrasing of “will be fixed” could have been read that the fixing was still in progress, when it’s actually ready, and just waiting for the next release at this point.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/105756</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105756</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 17 Jun 2026 16:01:08 GMT</pubDate></item><item><title><![CDATA[Reply to Can&#x27;t Open URL in HTML Link on Wed, 17 Jun 2026 12:57:48 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sylvester-bullitt" aria-label="Profile: Sylvester-Bullitt">@<bdi>Sylvester-Bullitt</bdi></a> <a href="/post/105754">said</a>:</p>
<p dir="auto">I can no longer open a file by right clicking on the URL in an HTML href</p>
</blockquote>
<p dir="auto">I assume you are attempting to do so using RIGHT CLICK &gt; OPEN FILE, which I had never used before but just tried it and confirm, it doesn’t work for me either. However, double-clicking on links continues to work here.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105755</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105755</guid><dc:creator><![CDATA[M Andre Z Eckenrode]]></dc:creator><pubDate>Wed, 17 Jun 2026 12:57:48 GMT</pubDate></item></channel></rss>