This is driving me nuts, and I'm not even sure how best to handle this.
I have a column within a table. In that column, I have three bits of info. I want to align one bit at the top, one in the middle, and one at the bottom. Ideally, I'd like to do all this within one < td > element.
I know I can create a table within that cell, have three rows in the table, and go that route, but it wasn't giving me the results I needed (likely because it's hard to define a height for the rows to make them look proper).
Any ideas?
I have a column within a table. In that column, I have three bits of info. I want to align one bit at the top, one in the middle, and one at the bottom. Ideally, I'd like to do all this within one < td > element.
I know I can create a table within that cell, have three rows in the table, and go that route, but it wasn't giving me the results I needed (likely because it's hard to define a height for the rows to make them look proper).
Any ideas?