Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

make table cell less wide css

table {
  border: 1px solid black;
  table-layout: fixed;
  width: 200px;
}

th,
td {
  border: 1px solid black;
  width: 100px;
  overflow: hidden;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #table #cell #wide #css
ADD COMMENT
Topic
Name
2+3 =