hi all,
How can I set(fix) the row height in a table. i.e. I have 10 rows in a table and I want to fix the height of all the rows to "20px".
- One way to do this is that I write....... <tr style="height:2 0px"></tr> ......in all the rows.
But I want to know is there anyway by which I can write this at a single place and all the rows are aligned automatically.
Regards,
Royal
How can I set(fix) the row height in a table. i.e. I have 10 rows in a table and I want to fix the height of all the rows to "20px".
- One way to do this is that I write....... <tr style="height:2 0px"></tr> ......in all the rows.
But I want to know is there anyway by which I can write this at a single place and all the rows are aligned automatically.
Regards,
Royal
Comment