Jump to content

[SOLVED] css widths of <th>


brown2005

Recommended Posts

echo"<div id='mytable'>

     <table>

      <tr>

       <th>1</th>

       <th>2</th>

      </tr>

      <tr>

       <td> </td>

       <td> </td>

      </tr>      

     </table>

    </div>";

 

if i have the above how would i make

 

1 = 100px

2 = 500px

 

in css

Link to comment
https://forums.phpfreaks.com/topic/47813-solved-css-widths-of/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.