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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -