Forums

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

Home Forums CSS Applying CSS styles to specific Table Columns, Rows, and Cells Reply To: Applying CSS styles to specific Table Columns, Rows, and Cells

#277851
Beverleyh
Participant

The line-break in your markup – the inline-blocks each sitting on their own line – creates extra white space which means that they cant be 50% wide and sit side-by-side in the same cell; Their total width plus the space will exceed 100%, causing them to break into a line.

You need to do this:


<div></div><div></div>