Note that there are some explanatory texts on larger screens.

plurals
  1. POServer not picking up the css file
    primarykey
    data
    text
    <p>I am using lampp for linux.I have saved my homepage home.php inside the htdocs folder.Htdocs folder also contain the css folder in which the css files are present.A snippet of my home.php file looks like. (It only contains html code,php is still to be embedded.)</p> <pre><code>&lt;html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;KIET,Ghaziabad&lt;/title&gt; &lt;meta charset="utf-8"&gt; &lt;link rel="stylesheet" href="css/reset.css" type="text/css" media="all"&gt; &lt;link rel="stylesheet" href="css/style.css" type="text/css" media="all"&gt; &lt;script type="text/javascript" src="js/jquery-1.4.2.min.js" &gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/cufon-yui.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/cufon-replace.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/Myriad_Pro_300.font.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/Myriad_Pro_400.font.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/script.js"&gt;&lt;/script&gt; &lt;!--[if lt IE 7]&gt; &lt;link rel="stylesheet" href="css/ie6.css" type="text/css" media="screen"&gt; &lt;script type="text/javascript" src="js/ie_png.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt;ie_png.fix('.png, footer, header nav ul li a, .nav-bg, .list li img');&lt;/script&gt; &lt;![endif]--&gt; &lt;!--[if lt IE 9]&gt;&lt;script type="text/javascript" src="js/html5.js"&gt;&lt;/script&gt;&lt;![endif]--&gt; &lt;/head&gt; &lt;body id="page1"&gt; &lt;!-- START PAGE SOURCE --&gt; &lt;div class="wrap"&gt; &lt;header&gt; : : : &lt;/html&gt; </code></pre> <p>Can anyone tell me the problem.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload