EvoTalk

Posts Tagged ‘table

02 四月, 2009

Fixed Html Table Width

Posted by: asd In: Web

一般是用 width 屬性設定 table 寬度,如 <table width=』750″>
若在表格裡面顯示一張寬度大於 750 的圖片,表格會被撐大,版面被破壞
可以使用  table-layout 來強制限制寬度 <table style=』table-layout: fixed; width: 750px;』>
參考: Fun with tables

Tags: ,