Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to build this complex (seemingly) table layout Reply To: How to build this complex (seemingly) table layout

#256224
deeve007
Participant

Worked it out… HTML tables, you need to set a minimum height for the TR (use “height” in CSS, acts the same as min-height for other elements), and then use rowspans as required.

Got this working in HTML:
http://zavahost.com/temp/complex-layout2.jpg