Is there a way to specify column width here?
Hi, I'm trying to style a table, but I don't know how to specify column width. I've  read that the way to do it is by using CSS: <td style="width:130px">
I'm using xampp and I only use a PHP file.
<!DOCTYPE html>
<html>
<body>
  <table>
    <tr>
      <td>$item</td>
      <td><img src='item_image_folder/img'></td>
    </tr>
  </table>
</body>
</html>what the table looks like
Category 1
item_name  image
item_name  image
Category 2
item   image 
item   image 
Category 3
long_item_name   image 
 
     
     
     
    