Click to See Complete Forum and Search --> : control the height of a table cell


quocdanh
05-06-2003, 08:46 PM
I got this question in my HTML Test. I still don't know the answer, could someone out there help me?
A design requirement of a Web page (coded with HTML only) is to control the height of a table cell. How do you implement this for Netscape Navigator?

khalidali63
05-06-2003, 10:03 PM
you can use stylesheets to control the table cells size.

e.g

<td style="height:100px;"></td>