W www Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-08 #1 怎样把行距变小? 因为回车产生的代码是<p></p>,所以我通过设置LINE-HEIGHT后可以使行距变小,但,通过<br>换行的就不行了,都挤在一起了.
W www Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-08 #2 怎样把行距变小? 因为回车产生的代码是<p></p>,所以我通过设置LINE-HEIGHT后可以使行距变小,但,通过<br>换行的就不行了,都挤在一起了.
B boy2002cn Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-09 #3 自己检测回车键,然后插入<BR />把Mshtml的那个屏蔽了
Y yzxcsw Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-12 #4 用css <STYLE> <!-- .hh1 {line-height:1.5} .hh2 {line-height:30pt} --> </STYLE> <table width="200" border="1"> <tr> <td class="hh1">这是高度150这是高度150这是高度150这是高度150这是高度150这是高度150 </td> </tr> <tr> <td class="hh2">这是高度20pt这是高度20pt这是高度20pt这是高度20pt这是高度20pt这是高度20pt </td> </tr> </table> <p class="hh1">hello,hello</p>
用css <STYLE> <!-- .hh1 {line-height:1.5} .hh2 {line-height:30pt} --> </STYLE> <table width="200" border="1"> <tr> <td class="hh1">这是高度150这是高度150这是高度150这是高度150这是高度150这是高度150 </td> </tr> <tr> <td class="hh2">这是高度20pt这是高度20pt这是高度20pt这是高度20pt这是高度20pt这是高度20pt </td> </tr> </table> <p class="hh1">hello,hello</p>
Y younghat Unregistered / Unconfirmed GUEST, unregistred user! 2005-08-15 #5 这个问题很简单,并不是Mshtml有缺陷,而是大多数人都不会使用而以: 按住shift再回车,就可以达到正常的换行效果。 直接回车,产生的是html的段落效果,当然就行距很大。 所以根本不用去修改Mshtml的源代码啊,只需要对软件的最终客户进行一次简单的操作培训就可以了。
这个问题很简单,并不是Mshtml有缺陷,而是大多数人都不会使用而以: 按住shift再回车,就可以达到正常的换行效果。 直接回车,产生的是html的段落效果,当然就行距很大。 所以根本不用去修改Mshtml的源代码啊,只需要对软件的最终客户进行一次简单的操作培训就可以了。