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
Post a Comment