作者Kelunyang (可伦)
看板Web_Design
标题Re: [问题] 如何在dreamwaver里改变文字间距
时间Wed Nov 29 14:34:58 2006
囧......
你原本的程式码不是下面这个吗?
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="style5">
你就直接维持原状加下去就好啦~"~
要不然你就在你现在的改成这样
<table width="393" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><p class="style5">
或者是你把
<style type="text/css">
<!--
.style5 {line-height: 100%;
letter-spacing: 10pt;
}
-->
</style>
改成
<style type="text/css">
<!--
p {line-height: 100%;
letter-spacing: 10pt;
}
-->
</style>
这样你文章里所有的段落都会直接套用了= ="
--
新的Blog欢迎大家多多参观喔~
http://kelunyang.wordpress.com
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.152.18
1F:推 cgcat:感谢你.....我了解拉 11/29 15:39