I have a HTML table where I display records from database.
Here's an example cell value:
<td align="left" style="width:11 %;height:1%;fon t-weight:bold;fon t-family:Arial; font-size:80%;" ><c:out value='${gm.COM M}'/></td>
Currently the cell width and height are auto adjusted according to the cell values.
However, I want them to stay constant for the table to appear consistent.
Despite adding height and width attributes to it, it still auto-adjusts.
Are there any other style attributes to do this? Please help..
Here's an example cell value:
<td align="left" style="width:11 %;height:1%;fon t-weight:bold;fon t-family:Arial; font-size:80%;" ><c:out value='${gm.COM M}'/></td>
Currently the cell width and height are auto adjusted according to the cell values.
However, I want them to stay constant for the table to appear consistent.
Despite adding height and width attributes to it, it still auto-adjusts.
Are there any other style attributes to do this? Please help..
Comment