Hi, here's my table:
HTML viewable at jsfiddle.net (it's a lot of code to post here)
The method to change the column width escapes me, I'd like the "Produkt" column to be wider.
Thanks.
Hi, here's my table:
HTML viewable at jsfiddle.net (it's a lot of code to post here)
The method to change the column width escapes me, I'd like the "Produkt" column to be wider.
Thanks.
Add this attribute to your header of that cell, it should force the entire column to be at least 100px:
<th id="produkttext" style="width: 100px;">Produkt</th>