css - How do I prevent my html table from stretching -


Sometimes when one piece of data is too long in one of my table cells, it spreads to the cell And distort the layout of the whole table. How can I stop it?

You probably want table-layout: fixed and before a line Set the width on the cells.

See detailed explanation.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -