2016-07-15 357 views
0

問題:樣式表不顯示樣式到頁面上。CSS樣式表未鏈接

已檢查:它正確鏈接,甚至在檢查頁面時顯示在源代碼下,我已嘗試清除緩存以確保它不是那樣。

代碼:

<html> 
<head> 
    <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
    <link rel="stylesheet" type="text/css" href="../style/reglog_style.css"> 
    <link rel="stylesheet" type="text/css" href="http://t-off.tk/style/style.css"> 

    <title>Register</title> 
</head> 
<body cz-shortcut-listen="true"> 
    <h1>This is the webpage header</h1> 
    <h2>This is the page content</h2> 
    <h1> This is the footer at the bottom of the page, it is under construction </h1> 
</body> 
</html> 

樣式表:

的style.css:

<style> 
    body { 
     background: #2d343d; 
    } 
</style> 

reglog_style.css:

<style> 
    body { 
     background: #2d343d; 
    } 
</style> 

上正在發生的事情將大大任何想法讚賞,我在這裏虧本。 謝謝!

+3

不要把''