首页 > 代码库 > 百度编辑器中设置表格居中
百度编辑器中设置表格居中
在百度编辑器中,给表格设置样式 style="align:center;" 是无效的,
可以在table标签设置style="margin:0 auto;",亲测可用,代码如下:
<table style="margin: 0 auto;"> <tbody> <tr style="height:32px;page-break-inside:avoid" class="firstRow"> <td width="91" valign="center" rowspan="8" style="padding: 0px 7px; border: 1px solid windowtext; word-break: break-all;"> <p style="text-align:center"> <span style="font-family: 宋体;font-size: 14px">一般参数</span> </p> </td> <td width="82" valign="center" style="padding: 0px 7px; border-width: 1px; border-style: solid; border-left-color: initial; border-right-color: windowtext; border-top-color: windowtext; border-bottom-color: windowtext;"> <p style="text-align:center"> <span style="font-family: 宋体;font-size: 14px">处理器</span> </p> </td> <td width="388" valign="center" style="padding: 0px 7px; border-width: 1px; border-style: solid; border-left-color: initial; border-right-color: windowtext; border-top-color: windowtext; border-bottom-color: windowtext;"> <p> <span style="font-family: 宋体;font-size: 14px">八核 64位 1.7GHz</span> </p> </td> </tr> </tbody> </table>
百度编辑器中设置表格居中
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。