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 -

c# - ListView onScroll event -

c - Linux mmap() error -