Original question: Does HTML have a default width?
Recently someone asked a question somewhere along these lines, and got
-
2020-12-08 12:36
Have you tried adding display:inline-block
to your TD CSS? That forces the browser to not ignore your TD width.