百度编辑器中设置表格居中

Posted 老年菜鸟程序员

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了百度编辑器中设置表格居中相关的知识,希望对你有一定的参考价值。

在百度编辑器中,给表格设置样式 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>

 

以上是关于百度编辑器中设置表格居中的主要内容,如果未能解决你的问题,请参考以下文章

android 代码中设置控件的垂直居中和两个控件之间的距离。

android 代码中设置控件的垂直居中和两个控件之间的距离。

vscode中设置vue代码片段

怎么样在div+css中设置一个div的框并出现滚动条

html中怎么在CSS中设置TABLE的每一个TD的不同宽度

CSS中设置DIV垂直居中的N种方法 兼容IE浏览器