下のタグの幅から、タグの幅を決めることができるのではないかと思いました。
私は現在このテーブルを持っています:
<table>
<tr>
<td>This title is way too long and screws up my style</td>
<td>Title2</td>
<td>Title 3</td>
</tr>
<tr>
<td><img src="http://domain.com/image1.jpg" /></td>
<td><img src="http://domain.com/image2.jpg" /></td>
<td><img src="http://domain.com/image3.jpg" /></td>
</tr>
</table>
下の画像の幅に基づいてタイトルタグを拡大縮小する方法はありますか?
それが明確であることを願っています。