Column Width / Awkward Breaks
-
I’ve built a page that includes a large number of simple 4-column tables, each of which includes a column for star ratings and a column for phone numbers:
https://devel.meadowbrookbrighton.org/resources/need-a-contractor/A few browsers display each table with four equal column widths. While that rigidity may not be a good idea in most circumstances, in this case it works well, as the star ratings and phone numbers don’t break awkwardly.
(On MacOS, both Firefox and Chrome handle it this way.)Most browsers, however, are choosing to render the cell/column widths flexibly — too flexibly for my taste, as they allow the phone numbers and star ratings to break awkwardly.
(On MacOS, Safari handles it this way, and on iOS all browsers handle it this way (probably because they’re all forced to use webkit).)So…
Given the constraints that you have (including other users with other needs) and the tools that I have (CSS), can you suggest a way for me to improve the way this page renders for my visitors?Thanks in advance for your help,
JimThe page I need help with: [log in to see the link]
- The topic ‘Column Width / Awkward Breaks’ is closed to new replies.