Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

give table width 100%

 <table style = "width:100%">
          <tr>
              <th>A</th>
              <th>B</th>
              <th>C</th>
          </tr>
          <tr>
          	<tb>a</tb>
          	<tb>b</tb>
          	<tb>c</tb>
          </tr>
      </table>
  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #give #table #width
ADD COMMENT
Topic
Name
2+6 =