我想知道是否可以根据下面标签的宽度来确定标签的宽度。
我目前有这张桌子:
<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>
有没有根据下面图像的宽度来缩放标题标签?
希望很清楚。