I\'d like to set width on the td in tbody which is underneath thead that has colspan=\"2\" with an hard defined column wi
td
tbody
thead
colspan=\"2\"
Try using and tags:
.sample { width: 100%; table-layout: fixed; }
Header 30% 70%