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

索引.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> 

样式.css

@CHARSET "ISO-8859-1";

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

请帮助我,我坚持这个

无法显示图像并将 css 链接到索引页面

不知道怎么了

我尝试了许多不同的方法,但无法解决这个问题

4

0 回答 0