Home › Forums › Other › How to build this complex (seemingly) table layout › Reply To: How to build this complex (seemingly) table layout
June 28, 2017 at 3:03 pm
#256224
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