首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

怎么设置指定大小的行距(或则调整行距)

2012-01-03 
如何设置指定大小的行距(或则调整行距)在 iframestyle width:100%height:100line-height:30px marg

如何设置指定大小的行距(或则调整行距)
在 <iframe   style= "width:   100%;   height:100;line-height:30px; "   marginwidth= "0 "       marginheight= "0 "   frameborder= "1 "   id= "MsgFrame "     src= "about:blank "> </iframe>
编写的在线编辑器里,如何用代码修改编辑器里文字的行距?

[解决办法]
try:window.frames[0].document.body.style.cssText = "line-height:400% ";

热点排行