邛崃天台山自驾游订票:BLOG中怎么改网页背景?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/03 06:21:46
源代码中没有标明<head><body>部分啊,用的<STYLE type=text/css>,在哪儿改背景呢?
如果打算在背景插入FLASH或者JAVA代码,应该从哪儿修改源代码呢?

副:(代码开头部分)
<P align=center></P>
<P align=center>
<STYLE type=text/css>
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
LINE-HEIGHT: 150%;
color: #CCCCCC;
}
body {
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
background-color: #6F4F3A;
}
a:link {
text-decoration: none;
color: #cc9966;
}
a:visited {
text-decoration: none;
color: #a66e48
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}
a:active {
text-decoration: none;
color: #CCCCCC;
}
#head {
color=#000000;
padding: 110px,20px,0px,220px;
}
#subject {
float: right;
padding: 8px,40px,0px,0px;
}
#foot {
color: #777777;
float: right;
padding: 8px,40px,8px,0px;
}
.logtable {TABLE-LAYOUT: fixed; WORD-BREAK: break-all;}
-->
</STYLE>
</P>
<TABLE ……