Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

The CSS to make all the columns equal in width is as follows

table {
  table-layout: fixed ;
  width: 100% ;
}
td {
  width: 25% ;
}
Source by www.thesitewizard.com #
 
PREVIOUS NEXT
Tagged: #The #CSS #columns #equal #width
ADD COMMENT
Topic
Name
2+9 =