html - How to make table columns not align? -


i'm trying create table columns in rows don't align columns in other rows. possible?

the short answer no.

however there kinds of possibilities:

  1. columns using colspan overlap each other , sum in complex ways : there still inherent alignment can complex.

  2. tables within tables - can put table inside cell, , differently in next row; these independent subtables , align independently.

  3. entirely separate tables 1 after - have 2 or more independent <table> blocks align independently , use css ensure that, example, total widths same or whatever constraint want.

for recommendations on suits best we'd need see actual desired layout looks like.


Comments