dreamweaver(DW)里字体的间距!
(2009-09-12 17:53:40)
标签:
dreamweaveraspit |
字间距
letter-spacing:*px;
行距 line-height:*px;
<style>
p{font-size:12px;}
</style>
<p
style="letter-spacing:5px;">我们之间是有距离的……</p>
<p
style="width:200px;line-height:28px;">我们的一行行的是有距离的</p>
<p style="word-spacing:10px;">My
English is so poor , there are distance in word and word . Don's
laugh at me !</p>
前一篇:CSS的几个样式!
后一篇:唉,万网的空间真的是无语啊!

加载中…