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.
table
? One could argue this is tabular data and therefore you would be perfectly fine in using atable
. – Steve 2 days ago