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 -

python - Finding intersection between ellipse and a line -

php - Laravel 4, Basset, Less - preg_match compilation failed -