HTML td cells not respecting the attribute width
#results {
width: 24em;
table-layout: fixed;
}
table-layout: fixed will resolve the problem.
Sounds straighforward, but have been struggling with this for years until I found this article about 5 rarely used CSS properties on SitePoint.
Labels: css, html, web design



