html - Table column with headers change column width -


html viewable @ jsfiddle.net (it's lot of code post here)

the method change column width escapes me, i'd "produkt" column wider.

add attribute header of cell, should force entire column @ least 100px:

<th id="produkttext" style="width: 100px;">produkt</th> 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -