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

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

c# - ListView onScroll event -

c - Linux mmap() error -