Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

change table column width css

<table>
  <tr>
    <th>header 1</th>
    <th>header 234567895678657</th>
  </tr>
  <tr>
    <td>data asdfasdfasdfasdfasdf</td>
    <td>data 2</td>
  </tr>
</table>
 Run code snippetHide results
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #table #column #width #css
ADD COMMENT
Topic
Name
1+6 =