0
私はテーブル形式で電子メールをレイアウトしています。私の目標は、行のサイズ変更の残りの部分を使わずに「詳細」のサイズを変更することです。提供された画像の効果の何か:テーブル内の1つのセルの幅を変更
width属性を追加しようとしましたが、機能しませんでした。
<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>
うん、これは移動するための方法です。あなたの外の '
関連する問題