Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It looks to me that you are just missing the <a href="http://www.w3schools.com/tags/att_link_type.asp" rel="nofollow"><code>type</code></a> attribute for the link tag. Try with <code>type="text/css"</code> and see how that goes.</p> <p>Also, you may want to add the <code>media</code> attribute as well which will help define what type of media this CSS document is for. <a href="http://www.w3schools.com/tags/att_link_media.asp" rel="nofollow">Here is some information regarding the media attribute</a></p> <p><strong>EDIT</strong></p> <p>Here how Stack Overflow's CSS is included (exact HTML at time of edit):</p> <pre><code>&lt;link rel="stylesheet" type="text/css" href="http://cdn.sstatic.net/stackoverflow/all.css?v=0f0c93534e2b"&gt; </code></pre> <p><strong>EDIT</strong></p> <p>Further checks that would be worthwhile include doing <a href="http://jigsaw.w3.org/css-validator/" rel="nofollow">CSS Validation</a> and if fixing any issues with that doesn't solve your problem, it may be actually accessing the CSS file.</p> <p>Check that the page you visit in the browser is relative to your CSS document. If the page you are physically accessing in the URL (ie. <a href="http://youwebsitehere.com/youPage.php" rel="nofollow">http://youwebsitehere.com/youPage.php</a>) is not relative to the CSS (as your CSS href is relative - "css/design.css") so you would want to be able to access your CSS via <a href="http://youwebsitehere.com/css/design.css" rel="nofollow">http://youwebsitehere.com/css/design.css</a></p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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