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:
columns using
colspan
overlap each other , sum in complex ways : there still inherent alignment can complex.tables within tables - can put table inside cell, , differently in next row; these independent subtables , align independently.
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
Post a Comment