书的英文单词怎么读:博客中播放器的代码应该放在哪里

来源:百度文库 编辑:神马品牌网 时间:2024/03/29 05:20:33
比方说这段代码:
<IFRAME id=iframe1 name=iframe1 marginWidth=0 marginHeight=0 src="http://lamble.go3.icpcn.com/ exobud_mp/exobud.htm"; frameBorder=0 width=195px scrolling=no height=90></IFRAME>
我博客代码大致是这样的:
#head_tag#
<STYLE type=text/css>
<!--
body {margin:0px;
background:url(/images/bobo/black/black_02.gif);
}
.skin_cm {
TEXT-DECORATION: none
}
.diary_datetitle {
FONT-WEIGHT: bold;
FONT-FAMILY: "宋体";
background-image: url(/images/bobo/black/black_03.gif);
text-align: left;
text-indent: 3px;
border: 1px solid #FED507;
line-height: 20px;
}
TD {
FONT-SIZE: 13px;
FONT-FAMILY: "宋体";
color: #FED507;
}
.tt_tag {
font-family: "宋体";
font-size: 20px;
color: #FF6604;
font-weight: bold;

放在<body>与</body>代码之间

HTML标准样式:
<html>
<head><title>...</title></head>
<body>播放器代码放在<body>与</body>代码之间
</body>
</html>