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
不知道问什么,感觉一直是找不到相关路径!
我也是这个问题,请问你解决了吗 ,怎么解决的呀?

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

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 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 <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

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

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

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

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


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

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
