WordPress表格看起来不正确 时间:2012-09-25 作者:Laurenz Glück 我想构建一个基于表的布局。在编辑器中,一切正常:但保存后,页面如下所示:有人能帮忙吗?更新时间:主题是Pagelines framework 这里是代码=<table style="width: 594px;" border="0"> <tbody> <tr align="center" valign="middle"> <td height="112"> <div align="center"><img src="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild02x110.png" alt="" width="83" height="110" /></div></td> <td style="width: 600px; height: 112px;" rowspan="4"><a href="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild15x440.png"><img class="alignnone size-full wp-image-69" title="Bild15x440" src="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild15x440.png" alt="" width="440" height="393" /></a></td> </tr> <tr align="center" valign="middle"> <td height="112"> <div align="center"><img src="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild04x110.png" alt="" width="44" height="110" /></div></td> </tr> <tr align="center" valign="middle"> <td height="112"> <div align="center"><img src="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild14x110.png" alt="" width="87" height="110" /></div></td> </tr> <tr align="center" valign="middle"> <td height="112"> <div align="center"><img src="http://www.korallen-schmuck.de/wp-content/uploads/2012/09/Bild17x110.png" alt="" width="112" height="110" /></div></td> </tr> </tbody> </table> 1 个回复 SO网友:thetitan 位移可能是您使用的主题的结果。您必须检查内容区域的宽度,并将其与表的总宽度进行比较(主图像+侧图像+单元格内的填充+单元格之间的填充+边框,如果您正在使用)。您还应该考虑主题中内容区域的任何填充。避免上述情况的简单方法是开始测试主图像的不同大小。 结束 文章导航