I have a set width and the height is set to auto.
Each row is a div
, inside is a div
for each column. and there is a <p>
tag inside the column divs where text should be.
The CSS involved is very basic, just some padding and set width/heights...
and float left.
Something I'm missing?