我有下表。問題是,當您放大/縮小或分辨率不同時,標題會更改大小。我怎樣才能讓他們保持不變?我希望一切都只在一條線上。目前,如果標題中有多個單詞(即「響應評論數量」),並且標題更改大小 - 單詞聚集在一起。帶固定單元格的HTML表格當分辨率發生變化時
<table border="1" style="width:100%;border-collapse: collapse;" cellSpacing="2" cellPadding="2" >
<tr>
<th style="border:0px solid gray;background:#AAAAAA;color:white;font-weight:700;width:10%">Response Komment #</th>
<th style="border:0px solid gray;background:#AAAAAA;color:white;font-weight:700;width:60%;">Comment</th>
</tr>
</table>
讓單元總寬度達到70%的原因是什麼? –
還有4個標題,我沒有包括在內,爲了清晰起見... – user1060096