Css code for the table
Posted
by Hulk
on Stack Overflow
See other posts from Stack Overflow
or by Hulk
Published on 2010-05-13T18:21:28Z
Indexed on
2010/05/13
18:24 UTC
Read the original article
Hit count: 1045
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..
© Stack Overflow or respective owner