<?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[Help wanted for beginner]]></title><description><![CDATA[<p dir="auto">Hi I am a beginner to coding, and having problems linking html files to css files and to see what the result would look like in my webpage.<br />
I would appreciate any pointers thank you for your assistance .<br />
Khalid <img src="/assets/uploads/files/1643571503756-0f2baa98-17c1-40bf-906b-e15cda75a738-resized.jpeg" alt="0F2BAA98-17C1-40BF-906B-E15CDA75A738.jpeg" class=" img-fluid img-markdown" /> )</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22461/help-wanted-for-beginner</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 10:43:35 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22461.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jan 2022 19:39:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help wanted for beginner on Tue, 01 Feb 2022 15:04:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a> thank you for your response much appreciated.<br />
Yes I am a beginner at notepad++<br />
Regards<br />
Khalid 🙏🏾</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73574</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73574</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Tue, 01 Feb 2022 15:04:35 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Tue, 01 Feb 2022 14:50:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> said in <a href="/post/73551">Help wanted for beginner</a>:</p>
<blockquote>
<p dir="auto">Maybe silly question, can I download from external websites and embed links to webpage and see in the next pane what picture looks like?<br />
Thank you so much for your help.</p>
</blockquote>
<p dir="auto">If your HTML has an image tag with a local/relative URL (like <code>&lt;img src="./images/blah.gif"&gt;</code>), then if you download the picture into <code>./images/blah.gif</code>, the Preview HTML should properly render the image.</p>
<p dir="auto">If your HTML has an image tag with a full URL (like <code>&lt;img src="https://community.notepad-plus-plus.org/assets/uploads/files/1643672206556-55c1067e-6255-4096-8a53-d5ee5f39cd6f-image.png"&gt;</code> – to take an image-url from this topic), then Preview HTML should properly render the image if it exists.</p>
<p dir="auto">But you didn’t really need me to tell you that.  If you had just tried the experiment, you would have found it worked.  None of that is Notepad++ / Preview HTML specific: the same thing would have happened if you opened the same local HTML file in your local web browser, like by using #1 or #2 from the list of suggestions earlier, or if you had just opened the local HTML file with your browser without Notepad++ involved at all.</p>
<p dir="auto">I answered it because maybe you were confused as to what Preview HTML can and cannot do.  Preview HTML can be thought of as a single-page web browser: it will render a single HTML document, showing any pictures or CSS that is linked, but it will not allow you to follow links and things like that.  If you want to be able to follow links in your local HTML (like from <code>./this.html</code> to <code>./that.html</code>), then I highly recommend using #1 or #2 to launch <code>this.html</code> in a real browser, and just use browser refresh after you’ve saved changes in Notepad++ (which is no more difficult than hitting Preview HTML’s REFRESH button after you make a change in Notepad++).</p>
<p dir="auto">Also, you sound like you’re pretty new at HTML/web development.  I would highly recommend finding a good forum who is willing to help you through your beginner steps, because this forum is focused on Notepad++ (and its plugins), and we will not be delving any deeper into “how do I do X with HTML” questions than we already have.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73572</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73572</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 01 Feb 2022 14:50:25 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Tue, 01 Feb 2022 00:21:22 GMT]]></title><description><![CDATA[<p dir="auto">@I have selected ie11 as suggested.<br />
I can now see what I am typing on the next pane. At least this helps me to see how the text etc will look.<br />
Maybe silly question, can I download from external websites and embed links to webpage and see in the next pane what picture looks like?<br />
Thank you so much for your help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73551</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73551</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Tue, 01 Feb 2022 00:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 23:37:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> ,</p>
<p dir="auto">Pick IE11 – there is no reason in the 2020s to choose anything below that.  (Really, the plugin author should switch to using the calls to get an Edge-based rendering rather than IE-based rendering, but I doubt that will happen.)</p>
<p dir="auto">Then, to get the preview, click <strong>Preview HTML</strong> from the menu you showed (or hit the Ctrl+Shift+H keyboard shortcut that menu shows):<br />
<img src="/assets/uploads/files/1643672166197-f37aa4a8-7560-4e79-bbba-ec25d2ebbfa3-image.png" alt="f37aa4a8-7560-4e79-bbba-ec25d2ebbfa3-image.png" class=" img-fluid img-markdown" /><br />
which will then show something like what i showed above, or, if your panel is on the right, like:<br />
<img src="/assets/uploads/files/1643672206556-55c1067e-6255-4096-8a53-d5ee5f39cd6f-image.png" alt="55c1067e-6255-4096-8a53-d5ee5f39cd6f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The <strong>View As</strong> menu entries are a setting-change.  The <strong>Preview HTML (<code>Ctrl+Shift+H</code>)</strong> entry is what actually shows the panel.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73550</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73550</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 31 Jan 2022 23:37:41 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 23:30:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a> thank you. Clicked on Plugins&gt;Preview html&gt;window opens with options (View as IE7 … to View as IR11)<br />
By default it’s set at “view as IE7<br />
I have tried changing to IE9 &amp; IE10 but no changes.<img src="/assets/uploads/files/1643671690342-image-resized.jpg" alt="image.jpg" class=" img-fluid img-markdown" /><br />
Should stick to default setting (view as IR7)?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73549</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73549</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Mon, 31 Jan 2022 23:30:53 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 22:52:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> said in <a href="/post/73546">Help wanted for beginner</a>:</p>
<blockquote>
<p dir="auto">I have been learning from w3shools, and they split screen,</p>
</blockquote>
<p dir="auto">Thank you for clarifying.</p>
<p dir="auto">That’s not how Notepad++ does it – Notepad++ is a text editor, not a web browser, so it doesn’t have a built-in HTML render engine like a browser does.</p>
<p dir="auto">Your options are:</p>
<ol>
<li>Use the Right Click on the tab bar, select View in Default Application, which will launch the HTML in your default browser (this was already explained to you).  Once you’ve done that, as you save changes in Notepad++, you can F5 refresh in the browser to get it to see the changes</li>
<li>Use the View menu’s <strong>View Current File In…</strong> sub-menu, to choose whether to look at it in Chrome, Edge, Firefox, or <s>the abomination</s> IE.  This is essentially the same as #1, but from a different menu, and allows you to select whichever browser you want.</li>
<li>Use a plugin like PreviewHTML, which embeds an HTML “browser” (render engine) in a second panel, which you could put to the right to make it look like w3schools, or could put beneath to make it be able to be a wider panel.</li>
</ol>
<p dir="auto">The third option is probably the closest to what you want.</p>
<p dir="auto">Example screenshot<br />
<img src="/assets/uploads/files/1643669538852-78f96d75-43c5-40a8-83dd-56cb1693542a-image.png" alt="78f96d75-43c5-40a8-83dd-56cb1693542a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/73547</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73547</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 31 Jan 2022 22:52:24 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 22:40:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/280">@neil-schipper</a> ok point taken.<br />
I want to see how my webpage looks like when I type in html.</p>
<p dir="auto">I have been learning from w3shools, and they split screen, when typing html one side and the result of it in css in other half of screen shows what the resulting webpage would look like.<br />
That is what I meant by “link”-maybe used wrong word.</p>
<p dir="auto">Is it possible to creat that using notepad?<br />
Khal</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73546</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73546</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Mon, 31 Jan 2022 22:40:23 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 22:07:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/280">@neil-schipper</a> ,</p>
<p dir="auto">At this point, if they aren’t willing to say anything new, I don’t think we should spend more time trying to figure out what they want.</p>
<p dir="auto">(There is a theory that it’s an automated account without a human behind it.  We have had those before, which after a few weeks turn into a plain spam account.)</p>
<p dir="auto">I had started to write up a reply, enumerating again that either it’s off topic as an HTML question, or it was already answered because they had been told how to view HTML in their default browser, but decided against it, because whether they are human or not, they don’t seem interested in expanding on their ideas to get an actual question answered.  (And honestly, if there were a bot written well enough that it was trying to learn about how to actually use Notepad++, rather than just parroting the same thing over and over, I would be impressed enough that I’d try to help it learn.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73542</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73542</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 31 Jan 2022 22:07:40 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 22:03:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> You’ve written three times that you want to “link” something. It’s just not clear. Try a sentence like "I want to be able to [clearly described clicking or typing action] so that [named application] carries out [clearly described behaviour].</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73541</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73541</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 22:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 21:31:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@lycan-thrope</a> thank you for that tip.<br />
My question was,  how do I link html page/file to css than I can see what my webpage looks like</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73537</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73537</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Mon, 31 Jan 2022 21:31:56 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 21:26:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> said in <a href="/post/73535">Help wanted for beginner</a>:</p>
<blockquote>
<p dir="auto">how do I link the html code file to css</p>
</blockquote>
<p dir="auto">That question is NOT about Notepad++.</p>
<p dir="auto">You are in the wrong place for asking that question. We’re here to talk about Notepad++. Please find a forum that is better equipped to answer your question.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73536</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73536</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 31 Jan 2022 21:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 21:23:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@lycan-thrope</a> I stated that I am beginner in html coding.<br />
My question was/is how do I link the html code file to css, so that I can see how my website looks like<br />
I am using notepad++ v7.9</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73535</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73535</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Mon, 31 Jan 2022 21:23:26 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 20:08:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/280">@neil-schipper</a> ,</p>
<p dir="auto">IF, BIG IF,  the question he’s asking is how do I VIEW or as he states:<br />
<code>see what the result would look like in my webpage.</code> then the answer is by either right clicking on the document you want to see, in this case the HTML file tab, and select <code>Open in Default Viewer</code> as seen in this screenshot:<br />
<img src="/assets/uploads/files/1643659546725-rightclickviewdefaultviewer.png" alt="RightClickViewDefaultViewer.PNG" class=" img-fluid img-markdown" /><br />
…or by clicking the File-&gt;<code>Open in Default Viewer</code> menu selection as shown in this screenshot:<br />
<img src="/assets/uploads/files/1643659651512-filemenuopendefaultviewer.png" alt="FileMenuOpenDefaultViewer.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">So you see, again, it’s about the point. What is the question, and especially as it pertains to NPP?</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73531</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73531</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 31 Jan 2022 20:08:47 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 10:00:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/280">@neil-schipper</a> ,<br />
But Neil, if that is what he’s asking, considering it is HTML/CSS, then an open browser with the page he’s editing, and then refreshing it, would give him the “link” he’s asking for, from my perspective.</p>
<p dir="auto">If he’s asking how to link CSS files to HTML files, I’ve given him a link to check out and learn how to “link” CSS to HTML files, but again, is not something that has to do with NPP.</p>
<p dir="auto">You, like me, and the others posting here have to assume what he’s asking for, and that’s not a good thing to be part of (ASSUME thing. :) ) so we’ve given the best answer we can think of giving him based on his limited statement</p>
<p dir="auto">So again, as it pertains to NPP, he still has not asked a question that can be answered, right? We would all be just throwing darts into answers, and his response to someone telling him that their assumed question he’s asking has nothing to do with NPP and this is the wrong place to ask “that kind of question”, and he gets indignant, because of his inability to properly phrase or convey his question. Everyone’s trying to be as understanding of what it is he’s asking, but his limited ability to ask, equals others inability to repond properly. :)</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73506</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73506</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 31 Jan 2022 10:00:32 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 02:42:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/12335">@terry-r</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@lycan-thrope</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@alan-kilborn</a>:</p>
<p dir="auto">Although Khal has not asked for this explicitly or clearly, it’s not hard to imagine someone wanting as part of their workflow that while working on some kind of source file, when they hit Ctl-s, or after <em>n</em> seconds of editing inactivity, that the program that operates on that file should automatically run, such as launching a browser, adding a tab to a browser, or signaling to the browser to refresh an existing tab.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73492</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73492</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Mon, 31 Jan 2022 02:42:33 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Mon, 31 Jan 2022 00:42:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> ,</p>
<p dir="auto">By the way, what is the question? You’ve made a statement that you’re not a coder… so…okay…what’s the question?  If there is any question about how to use Notepad++, I’m sure everyone here able to help you, will. But you haven’t stated a question.  Following up on Terry’s links for you, I’ll direct you to the Authoritative website, the W3C Schools link for the <a href="https://www.w3schools.com/css/default.asp" rel="nofollow ugc">CSS Tutorial</a> if that is what your question is about, otherwise, you haven’t asked a question…just asked for help without specifying what it is you need help with. Sorry, no one’s being facetious here, you just haven’t stated a question.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73489</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73489</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 31 Jan 2022 00:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Sun, 30 Jan 2022 20:43:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a> said in <a href="/post/73483">Help wanted for beginner</a>:</p>
<blockquote>
<p dir="auto">Is this NOT notepad forum?<br />
And section states “help wanted for…</p>
</blockquote>
<p dir="auto">Sounds like you need to read our FAQ section, specifically the post titled “You’ve asked your question in the wrong place!” <a href="https://community.notepad-plus-plus.org/topic/15958/faq-desk-you-ve-asked-your-question-in-the-wrong-place">here</a>.</p>
<p dir="auto">Just because you used Notepad++ to code your html and css files, doesn’t mean it is a Notepad++ issue. You could have easily used Word or Microsoft Notepad to do the the coding in, it doesn’t then mean that Microsoft is then supposed to help you figure out the coding.</p>
<p dir="auto">Also your question is for help understanding how to code, not that you found a bug with how Notepad++ shows the code, or how it shows you the resulting webpage.</p>
<p dir="auto">There are forums out there to help you code html and css. A quick check found these 2 which will be of more help than continuing to try to get answers here.</p>
<p dir="auto">CSS Forums <a href="https://csscreator.com/forum" rel="nofollow ugc">here</a><br />
and<br />
CSS Tutorials <a href="https://www.tutorialrepublic.com/css-tutorial/" rel="nofollow ugc">here</a></p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73484</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73484</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Sun, 30 Jan 2022 20:43:14 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Sun, 30 Jan 2022 20:15:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@alan-kilborn</a> so there are different types<br />
Is this NOT notepad forum?<br />
And section states “help wanted for…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73483</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73483</guid><dc:creator><![CDATA[Khal Rashid]]></dc:creator><pubDate>Sun, 30 Jan 2022 20:15:01 GMT</pubDate></item><item><title><![CDATA[Reply to Help wanted for beginner on Sun, 30 Jan 2022 19:41:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24328">@khal-rashid</a></p>
<p dir="auto">Hello.  You are in the wrong place for asking that question.  We’re here to talk about Notepad++.  Please find a forum that is better equipped to answer your question.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73482</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73482</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 30 Jan 2022 19:41:18 GMT</pubDate></item></channel></rss>