HTML Shrinking and expanding table cells -


is possible tell table cell should shrink uses less space possible , on other hand tell specific other cells automatically expand fill remaining space?

by default, <td> tags small possible. if want cell remain size when content smaller, can set width of <td> tag this: <td style = "width: 50px;". cell automatically grow larger when needs to, not shrink below specified size.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -