11Richardz
New Member
I'm trying to create an HTML form with three columns of data. I'm trying to understand how to do this using CSS and float.If I create three areas to represent my three columns of data, and each of them is set to float: left, I assume each div will align next to each other on the left. I can put in a little margin left to separate them.Then, within each div, I should be able to put in my various label and edit controls and the next result should look like three columns of data. Does all this sound correct, at least in theory? I haven't had a chance to test this, and won't be able to until much later. Just wanted to get some thoughts on this now.