html表格看起来不一样

时间:2018-07-06 22:47:24

标签: html wordpress

很幸运和很不幸,我都在创建一个必须使用免费WordPress帐户的网站。

我正在制作一个人员页面,以列出我的研究的当前和过去的工作人员,所以我有一张过去的表格和一张当前的表格。我当前的问题是两个表的大小不相同。特别是表格和图片的宽度。

以下是我的大部分代码

 
<h3 style="text-align: center;">Current Members/Affiliates</h3>
<table style="border: 0;">
<tbody>
<tr style="border: 0;">
<td style="border: 0;"><img class="size-full wp-image-234 aligncenter" src="https://lab.files.wordpress.com/2018/06/scott-1-e1530050058222.jpg" alt="" width="204" height="260" /></a>
<p style="text-align: center;">Scott</p>
</td>
<td style="border: 0; text-align: center;"><img class="alignnone size-full wp-image-191" src="https://lab.files.wordpress.com/2018/06/default1-e1529958473294.jpg" alt="" width="300" height="300" /></a>
Sky Dominguez</td>
</tr>
</tbody>
</table>

<h3 style="text-align: center;">Former Members/Affiliates</h3>
<table style="border: 0;">
<tbody>
<tr>
<td style="border: 0;">
<p style="text-align: center;"><img class="alignnone size-medium wp-image-238" src="https://lab.files.wordpress.com/2018/06/sstark.jpg?w=245" alt="" width="245" height="300" /></a></p>
<p style="text-align: center;">Stark</p>
</td>
<td style="border: 0; text-align: center;"<img class="alignnone size-full wp-image-241" src="https://lab.files.wordpress.com/2018/06/smith-e1530050583877.jpg" alt="" width="244" height="264" /></a>

<a href="https://lab.wordpress.com/smith/">Smith</a></td>
</tr>
<tr>
<td style="border: 0; text-align: center;"><img class="alignnone size-full wp-image-191" src="https://lab.files.wordpress.com/2018/06/default1-e1529958473294.jpg" alt="" width="300" height="300" /></a>

<a href="https://lab.wordpress.com/jin-wu/">Jin</a></td>
<td style="border: 0; text-align: center;"><img class="alignnone size-full wp-image-191" src="https://lab.files.wordpress.com/2018/06/default1-e1529958473294.jpg" alt="" width="300" height="300" /></a>

<a href="https://lab.wordpress.com/anthony/">Garnello</a></td>
</tr>

0 个答案:

没有答案