发布网友
共3个回答
热心网友
<body background="picture2.jpeg">
你确定你的这个图片文件名正确么?picture2.jpeg?
picture2.jpg
热心网友
你没有给宽度和高度吧 width和height试试看
热心网友
应该是这样的吧
<html>
<head>
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-image: url(/img/20080831165706175.jpg);
}
-->
</style>
</head>
<body>
</body>
</html>
如果是整个页面中加背景而不是表格的话
你可以在页面设置里加背景图片