How do I make my table body width equal to the table width in HTML? -


How do I make the width of my table body equal to the table in the HTML table?

You can also try to "collapse" the border-style style on your table. Any padding on the table made by default will reduce.

  table {border-fall: collapse; }  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -