Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having trouble determining the best approach to laying out a section of text/textboxes in the following format (image below) without using a table. This content would be located inside a div set to float:right; and would probably have various font sizes and colors.

Any suggestions would be greatly appreciated.screen shot

share|improve this question
5  
Is there a reason you don't want to use a table? One could argue this is tabular data and therefore you would be perfectly fine in using a table. – Steve 2 days ago
1  
Use a table. That's what they're for: to display tabular data. I get so sick of table-phobia. Yeah, I get that it's bad to use a table for page layout, but come on! Let's use the right tool for the right job. – Dan 2 days ago
You can use list ul/li..and do some padding/margin. what have you tried so far ? – Ani 2 days ago
I have to agree, that this type of data is what tables were made for. Sure you can set it up table-less, but these are cells in a spreadsheet. Excel, cells, table cells... seems like a no brainer. – Rob R 2 days ago

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.