<?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[Cannot run on any browser..]]></title><description><![CDATA[<p dir="auto">i was running a header footer HTML problem along with the CSS code and then whenever i went on to run the HTML on firefox or chrome ,the header , div ,body parts are not being functional and am getting a blank page. But if i write something then am able to get the output and also the color but when i am using div to divide the body into right and left parts along with the header and footer and changing its colors and lengths or widths , output is blank. Please Help. I don’t think there is any problem with the code because i’ve checked it so many times. If needed i can provide the HTML and the CSS. Please Help.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14185/cannot-run-on-any-browser</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 17:00:34 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14185.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jul 2017 17:32:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 21:00:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankan-chanda" aria-label="Profile: Ankan-Chanda">@<bdi>Ankan-Chanda</bdi></a></p>
<p dir="auto">are the html and the style sheet in the same folder?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25769</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25769</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 20 Jul 2017 21:00:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 20:28:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankan-chanda" aria-label="Profile: Ankan-Chanda">@<bdi>Ankan-Chanda</bdi></a></p>
<p dir="auto">Sure, I will try to help.  Maybe if you explain why you think it is a Notepad++ related issue I and perhaps others would get some insights on how to help…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25765</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25765</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 20 Jul 2017 20:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 20:23:56 GMT]]></title><description><![CDATA[<p dir="auto">Yeah it might be a Notepad++ issue.Its a public discussion forum that’s why i have given it out. If you think you can atleast try to solve the problem,  then give some solution or better stop boring us and yourself :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25764</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25764</guid><dc:creator><![CDATA[Ankan Chanda]]></dc:creator><pubDate>Thu, 20 Jul 2017 20:23:56 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 20:17:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankan-chanda" aria-label="Profile: Ankan-Chanda">@<bdi>Ankan-Chanda</bdi></a></p>
<p dir="auto">Patience runs thin–is this a suspected Notepad++ problem?  If not, please take it to a more appropriate forum–you’ll likely get better help there, and you won’t bore those of us here that are interested in Notepad++ issues and discussion.  If this somehow is Notepad++ related, profuse apologies, and pray continue on here…  :-D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25763</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25763</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 20 Jul 2017 20:17:40 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 19:54:50 GMT]]></title><description><![CDATA[<p dir="auto">Yeah that’s a cut/paste error. Still the problem is there.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25760</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25760</guid><dc:creator><![CDATA[Ankan Chanda]]></dc:creator><pubDate>Thu, 20 Jul 2017 19:54:50 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 19:46:00 GMT]]></title><description><![CDATA[<p dir="auto">I notice a missing ‘&gt;’ right at the end of your HTML - but that might just be a cut/paste error.</p>
<p dir="auto">David</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25759</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25759</guid><dc:creator><![CDATA[David Bailey]]></dc:creator><pubDate>Thu, 20 Jul 2017 19:46:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 19:23:01 GMT]]></title><description><![CDATA[<p dir="auto">yeah i did save it in a folder. Ok wait am forwarding the HTML and CSS :</p>
<p dir="auto">HTML:<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;&lt;/title&gt;<br />
&lt;link rel=“stylesheet” type=“text/css” href=“ankan1.css”&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;&lt;p&gt;This is me&lt;/p&gt;<br />
&lt;div id=’header’&gt;&lt;/div&gt;<br />
&lt;div id=’body’&gt;<br />
&lt;div id=’divleft’&gt;&lt;/div&gt;<br />
&lt;div id=’divright’&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div id=’footer’&gt;&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html</p>
<p dir="auto">CSS:<br />
#header {<br />
background-color: #90ae54;<br />
border-radius: 10px;<br />
height:10%;<br />
}<br />
#body{<br />
background-color: white;<br />
height:80%;<br />
}<br />
#footer{<br />
background-color:#90ae54;<br />
border-radius: 10px;<br />
height:10%;<br />
}<br />
#divleft {<br />
background-color:#5a5757;<br />
float: left;<br />
width: 50%;<br />
height: 100%;<br />
border-radius: 10px;<br />
}<br />
#divright{<br />
background-color:#989898;<br />
float: right;<br />
width: 50%;<br />
height: 100%;<br />
border-radius: 10px;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25757</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25757</guid><dc:creator><![CDATA[Ankan Chanda]]></dc:creator><pubDate>Thu, 20 Jul 2017 19:23:01 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot run on any browser.. on Thu, 20 Jul 2017 18:29:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankan-chanda" aria-label="Profile: Ankan-Chanda">@<bdi>Ankan-Chanda</bdi></a></p>
<blockquote>
<p dir="auto">I don’t think there is any problem with the code</p>
</blockquote>
<p dir="auto">I assume that there is still a problem within the code as notepad++ doesn’t do anything to the code<br />
when using Run-&gt;Launch in Firefox etc…<br />
What it does is starting the browser application and provide the current document as the file<br />
to be open by the browser. (what basically means, it needs to be a saved file)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/25751</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/25751</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 20 Jul 2017 18:29:05 GMT</pubDate></item></channel></rss>