Any thoughts on an easy way to create a table in which the first column is an ordered list? In other words, I would be making a table that looks somewhat like:
Code:
========================================================================================
= 1 = This is a test = This is more test = This is the end =
= 2 = This is a second row = This is more test = This is the end =
= 3 = This is a third row = This is more test = This is the end =
========================================================================================
Obviously, you can't wrap an ordered list around a table. I've tried styling my first column as "list-item" and giving it a "list-style" of "decimal", but that didn't work.
Any thoughts? The table I'm working with has five columns (including the numbers) and will have a varying number of rows. I really don't want to have to try to put static numbers inside the columns. Any help would be appreciated. Thanks.