无法加载给定的URL并链接css文件

时间:2013-04-08 19:55:03

标签: java jsp

CMS    
-webcontent
--css
---style.css
--images
---frontpage.jpg
-index.jsp

的index.jsp

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="WebContent/images/frontpage.jpg" media="screen" />

</head>
<body>
<div id="wrap">
<center>

</center>
<img alt="" src="WebContent/images/frontpage.jpg" />

</div>



</body>
</html> 

的style.css

@CHARSET "ISO-8859-1";

#wrap{ 
width: 1100px; 
background:#FFFFE8;
margin-top: auto;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

请帮助我,我坚持这个

无法显示图像并使用索引页链接css

不知道出了什么问题

我尝试过很多不同的方法但无法解决这个问题

0 个答案:

没有答案