这是我的代码:
<table width="90%" align="center" bgcolor="#669999" border="10" cellpadding="0" cellspacing="0">
<tr>
<td style="border-width:0px 0px 0px 0px; font-family: Nyala; font-size: 90px; color: #000;"><p><span class="font1">Name<br /></span>
Name2</p></td>
<td width="300" align="center" style="vertical-align:top" style="border-width:0px 0px 0px 0px"><img src="pictures/logo - without bg.png" width="200" height="200" alt="logo-without bg" /></td>
</tr>
</table>
我的问题:
当我不使用该style="vertical-align:top"
属性时,第二列周围没有细边框。但是,当我使用这个属性时,我不知道我从哪里得到边框,而我使用的border-width
属性设置为0
.
我不想在使用vertical-align
属性时获得任何类型的边框。