在实时服务器上更改文本对齐

时间:2015-11-12 20:24:03

标签: html css wordpress

我尝试在wordpress网站上添加此表,但是当我添加" p tag"格式化删除并自动向左移动。当我在本地机器上测试相同的代码时,它的工作正常。它有什么问题

<style type="text/css">
.tftable {color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse; font-family: Verdana, Geneva, sans-serif;table-layout: fixed;}
.tftable th {font-size:24px;background-color:#00D4F3;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:center;}
.tftable tr {background-color:#D1EFF3;}
.tftable td {font-size:18px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.tftable tr:hover {background-color:#ffffff;}
.tftable h2 {font-weight:bold; color:0012FF; text-align:center;}
.tftable p {text-align:center;}
</style>

<table class="tftable" border="1">
<tr><th>Wordpress themes</th><th>Theme customization</th><th>Custome Theme</th></tr>
<tr><td>Price</td><td><h2>From $200</h2></td><td><h2>From $400</h2></td></tr>
    <tr>
        <td>Work Delivery Terms</td>
        <td><p>Up to 5 business days</p></td>
        <td><p>from $400</p></td>
    </tr>
    <tr>
        <td>Theme design and coding</td>
        <td><p>Logo, theme colors, layout is changed according to your preferences. Sub pages css styles of the theme are edited according to the theme style.</p></td>
        <td><p>Custom, unique homepage and up to 10 sub pages designed and coded. Psd design mockup is provided only for the homepage.</p></td>
    </tr>
    <tr>
        <td>Plugins installation/design</td>
        <td><p>Up to 3 plugins installation and setup.</p></td>
        <td><p>Up to 5 plugins installation, setup and style change according to the theme.</td>
    </tr>
    <tr>
        <td>Additional plugins installation/design</td>
        <td><p>$30 per hour</p></td>
        <td><p>$30 per hour</p></td>
    </tr>
    <tr>
        <td>Slider on the Home Page</td>
        <td><p>$35</p></td>
        <td><p>Included</td>
    </tr>
    <tr>
        <td>Logo</td>
        <td><p>Simple non-vector logo (1 concept)</p></td>
        <td><p>Simple non-vector logo (max 2 concepts</p></td>
    </tr>
    <tr>
        <td>Additinal pages design/coding</td>
        <td><p>$30 per hour</p></td>
        <td><p>$30 per hour</p></td>
    </tr>
    <tr>
        <td>Footer backlink removal fee</p></td>
        <td><p>$30</td>
        <td><p>$30</p></td>
    </tr>
</table>

0 个答案:

没有答案