【发布时间】:2017-10-06 21:59:42
【问题描述】:
我正在以表格格式布置一封电子邮件,我的目标是调整“了解更多”的大小,而不调整其余行的大小。与所提供图片的效果有关:
.
我尝试添加宽度属性,但没有成功。
<table style="background-color: #a9cfee;">
<tr style="border: none; font-family: arial, sans-serif; color:white; font-size: 43px; text-align: left; ">
<td>
<strong>ELITE GROOMING TUB</strong>
</td>
<td rowspan="3">
<img src="tub.png">
</td>
</tr>
<tr>
<td style="border: none; font-family: arial, sans-serif; color:white; font-size: 15px; text-align: left;">
We have made our premium tub even better. Stairs are extra sturdy but lighter weight. With the flick of a foot, they slide underneath the tub.
</td>
</tr>
<tr>
<td style="border: none; font-family: arial, sans-serif; color:white; font-size: 15px; font-weight: 800; background-color: #0033a0; width: 50%;">
Learn More
</tr>
</tbody>
</table>
【问题讨论】:
标签: html layout html-table html-email