<链接>标签不导入 .css链接>
我在使用此标签在 eclipse 中的 jsp 中导入 .css 文件时遇到一些问题
<link rel="stylesheet" href="css/style.css" type="text.css">
我的页面结构是如此
WEB-INF
>jsp
>css(folder)
>style.css
>home.jsp
所以基本上 home.jsp 和 css 文件夹是并行的,一个相对 url 就像我正在使用的那样根据大多数教程应该没问题。
你看到什么问题了吗?
谢谢
I'm having some issue with importing a .css file in my jsp within the eclipse using this tag
<link rel="stylesheet" href="css/style.css" type="text.css">
The structure of my pages is so
WEB-INF
>jsp
>css(folder)
>style.css
>home.jsp
So basically home.jsp and the css folder are parallels, a relative url like the one i'm using should be fine according to most tutorial.
Do you see some problem?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其更改为斜杠。
Change it to a slash.
在您的结构中,css 文件夹是
style
,在您的链接中,它是css
In your structure the css folder is
style
and in your link it iscss