由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 请教个关于使用notepad写html,css连接不上的问题
相关主题
样式表一问Can asp invoke a software at the server side???Help, very urgent!
面试了一个极品印度男Re: Can asp invoke a software at the server side???Help, very urgent!
吐糟Dreamweaver这种效果是怎么做的?
问一个IDE的小白问题what is cgi?
空格Re: Help needed! transformation of Html <--> powerpoint slide?
unlink the current menu item[转载] 如何从ie打开某自定义类型的文档
Urgent! html, css,xml,xsl, javascrip.请推荐“所见即所得的”工具
Ask Monark: How to solve the string quote problem[转载] 可算明白为什么netscape斗不过ie了
相关话题的讨论汇总
话题: div话题: css话题: html话题: notepad话题: nel
进入BuildingWeb版参与讨论
1 (共1页)
X********1
发帖数: 707
1
今天试着用Notepad 写html,另外建了一个css文档。。但是css连不上html,写了很多
css但是不显示。想问下大家原因,非常感谢!!!
我在桌面建了一个叫Nel Websie的folder,里面有htm和css文档。
Notepad Html code:


Home
href="C:\Users\karl886\Desktop\Nel Websie\style\style.css"/>


aaaa


uyugyyf



Home

About Us

Services

Hours & Locations



A Quique Experience


XX Hair Salon & Beauty Spa has dedicated its
business to servcing our clients with affordable luxury in a freindly,
soothing, relaxing atmosphere. Our team of experts will provide you
with an exceptional level of personal care and attention that will help
you look and feel your best.






Notepad CSS code:
body {
background-color:blue;
}
div {font-color:red;}
d****i
发帖数: 4809
2
Not an expert on this. But I think you need to put the css link as:

where /path/to/your/cssdir is the root directory containing all css files on
your web server (e.g., Apache). Using file protocol may not be permitted in
some browsers.

【在 X********1 的大作中提到】
: 今天试着用Notepad 写html,另外建了一个css文档。。但是css连不上html,写了很多
: css但是不显示。想问下大家原因,非常感谢!!!
: 我在桌面建了一个叫Nel Websie的folder,里面有htm和css文档。
: Notepad Html code:
:
:
: Home
: : href="C:\Users\karl886\Desktop\Nel Websie\style\style.css"/>
:

s****y
发帖数: 983
3
使用相对路径

如果一定要用绝对路径你这个情况要指明协议file:///C/Users/karl886/Desktop/Nel
Websie/style/style.css
当然实际生活中没人用本地文件
另外你这个css中font-color的属性是没有的,用color
C********g
发帖数: 1548
4
路径要用你的http路径,就是在browser里面可以访问的路径
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
[转载] 可算明白为什么netscape斗不过ie了空格
[合集] 询问租用网站空间一事?unlink the current menu item
新手上路 问个问题Urgent! html, css,xml,xsl, javascrip.
大家现在都用什么编html?Ask Monark: How to solve the string quote problem
样式表一问Can asp invoke a software at the server side???Help, very urgent!
面试了一个极品印度男Re: Can asp invoke a software at the server side???Help, very urgent!
吐糟Dreamweaver这种效果是怎么做的?
问一个IDE的小白问题what is cgi?
相关话题的讨论汇总
话题: div话题: css话题: html话题: notepad话题: nel