html 不能链接css文件_html/css_WEB-ITnose
django1.3.3
pycharm2.7.2
工程结构形如以下:
Test
test1
templates
struct.html
style.html
style_test.css
struct.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Intel Test Report Automation Center</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link href="/templates/style_test.css" rel="stylesheet" type="text/css" title="blue"/></head><body onload="BodyOnLoad()"><div class="main"> <div class="header_bg"> <div class="header"> <div class="header_resize" style="position:relative;"> <div class="logo" href="/"></div> <div class="intel"></div> </div> </div> </div> <div class="hbg_bg"> <div class="hbg"> <div class="hbg_resize"> <div class="menu_nav"> <div id="menu"> </div> <div class="hbg_project"><span>{{ project }}</span></div> </div> </div> </div> </div> <div class="content"> <div class="content_resize"> {% block content %}{% endblock %} </div> </div></div></body></html>
style.html
{% extends "struct.html" %}{% block active_index_up%}class="active"{% endblock %}{% block content %}<div class="canvas"></div>{% endblock %}
style_test.css
@charset "utf-8";body { margin:0; padding:0; width:1024px; color:#292929; font:normal 14px/1.8em Calibri, Helvetica, sans-serif;margin-left: auto;margin-right: auto;}div.main { padding:0; background:yellow }
请高手指点,不能改变样式,link不能生效。谢谢了!
回复讨论(解决方案)
应该是路径问题吧
同级目录直接写就可以,试试,另外,你还可以通过浏览器查看样式(开发者人员工具)查看引入路径是否正确
href="style_test.css"
应该是路径问题吧
同级目录直接写就可以,试试,另外,你还可以通过浏览器查看样式(开发者人员工具)查看引入路径是否正确
href="style_test.css"
谢谢你的回答啊
写法都试过了,不好使。浏览器查看样式 具体怎么做啊?
应该是路径问题吧
同级目录直接写就可以,试试,另外,你还可以通过浏览器查看样式(开发者人员工具)查看引入路径是否正确
href="style_test.css"
访问的时候一直出现如下,路径试了好多,依然
Quit the server with CTRL-BREAK.
[17/Apr/2014 11:15:12] "GET / HTTP/1.1" 200 2974
[17/Apr/2014 11:15:12] "GET /templates/style_cht.css HTTP/1.1" 404 2056
[17/Apr/2014 11:15:12] "GET /images/bbbbbbbb.png HTTP/1.1" 404 2044
[17/Apr/2014 11:15:12] "GET /templates/images/bbbbbbbb.gif HTTP/1.1" 404 2074
不知道问什么,感觉一直是找不到相关路径!
我也是这个问题,请问你解决了吗 ,怎么解决的呀?

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
