I'm trying to create a table where the first column spans 3 rows and the text will wrap several times. The second and third columns will each have 3 rows in them. The cells in the second column will have text that will also wrap several times. All the text must be left center justified.
Below is an example of what I'm trying to create.
Any help would be greatly appreciated.
_________________________________________________________________
| | |
|Some text will go here |This will |
|that will need to wrap |be empty |
| | |
|_______________________|_______________|
Some really long text | | |
that i would like |Some text will go here |This will |
left-center justified |that will need to wrap |be empty |
in this column | | |
|_______________________|_______________|
| | |
|Some text will go here |This will |
|that will need to wrap |be empty |
| | |
_________________________________________________________________
