Css code for the table
- by Hulk
Can some one please tell me how to make this table look better
<table>
<tr><th>Name</th><th>Address</th><th>occupation</th></tr>
<tr><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td></tr>
<tr><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td></tr>
<tr><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td><td><textarea rows=10 cols=15></td></tr>
</table>
This table is dynamically generated and meaning there could me more rows with td containing textarea.
Can any one please sugesst a a css code to beautify this table or may be a link
Thanks..