I am trying to create a table that looks like this using longtable. The table will have many rows so that it spans several pages.
What I'm looking for is how to create this table so that the text in the first column ('Header 1') is left-center justified in the cell and the text the second column ('Header 2') is upper left justified.
I am able to make it work by manually setting the rowcount in multirow, but since the text will change row by row, manually setting the rowcount is not efficient. I need a generic solution that will reflow appropriately.
Sorry for the poor graphic, but due to site rules, I can't post a screenshot.
-------------------------------------------------------------- |header 1 |header 2 |header 3 |header 4 | ---------------|---------------|---------------|-------------| | |This is where | | | | |some text will | | | | |go that spans | | | |This is where |several rows. | | | |a lot of text |---------------|---------------| | |will go that |This is where | | | |will span |some text will | | | |several |go that spans | | | |columns and |several rows. | | | |needs to |---------------|---------------| | |left-centered |This is where | | | |justified. |some text will | | | | |go that spans | | | | |several rows. | | | |--------------|---------------|---------------|-------------|
!in front of it to turn it into a link. A moderator or another user with edit privileges can then reinsert the!to turn it into an image again. – N.N. Feb 02 '12 at 15:51