245美元:怎么改变这些文字的行间距

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/29 10:35:58
这是一段HTML文档的代码,怎么改变这几行文字的行间距呀
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>index</TITLE>
<style type="text/css">
<!--
.style1 {
font-family: "宋体";
font-size: 12px;
}
-->
</style>
<BODY>
<table border="1" cellspacing="0">
<tr>
<td border="1" bordercolor="#FF0000" cellspacing="0"><div align="center" class="style1"></div>
<span class="style1">
<SCRIPT language=JavaScript>
var index =8
text = new Array(7);
text[0] ='·福建莆田总代理招生'
text[1] ='·广西贵港总代理直营'
text[2] ='·美国聪明兔沈阳市总'
text[3] ='·聪明兔哈尔滨市总代'
text[4] ='·热烈庆祝深圳加盟馆'
text[5] ='·热烈祝贺江苏昆山第'
text[6] ='·涿州市美国聪明兔暑'
text[7] ='·热烈庆祝济南加盟店'
document.write ("<marquee scrollamount='1' scrolldelay='60' direction= 'up' width='200 ' id=we1688 height='200' onmouseover=we1688.stop() onmouseout=we1688.start()>");
for (i=0;i<index;i++){
document.write ("<font color=ff0000>");
document.write (text[i] + "</font><br>");
}
document.write ("</marquee>")
</SCRIPT>
</span></span></td>
</tr>
</table>
</BODY>
</HTML>

加入空格的代码: