<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>mypolysight</title>
<link rel="stylesheet" href="css/main.css" type="text/css" />
</head>
<body class="body">
<h1>这是标题 1</h1>
<p>这是段落</p>
<p class="no2">这个段落设置了内边距。</p>
</body>
</html>
/* CSS Document */
.body {background-image:url(../images/封面封底(F).gif);}
.h1 {background-color: #00ff00;}
.p {background-color: rgb(250,0,255);}
p.no2 {background-color: gray; padding: 20px;}
帮忙看看这个为何背景加不上呢?
【 在 huaxinjuedui (唐僧哥哥) 的大作中提到: 】
: 用表格布局,那是多老的教程了啊。。。
--
FROM 122.188.105.*