This topic is locked

Vertically Align Table Cell Contents

4/10/2013 9:00:41 PM
PHPRunner General questions
J
jco author

PHPRunner 6.2 Enterprise
Any idea how to vertically align the contents within a table cell
i've tride <TD value=top> and <TD valign=top> but the contents remain vertically aligned to the middle of the cell.
any help would be appreciated.
thanks.

José Carlos

W
wildwally 4/10/2013

I myself ran into the same issue once. Try this:

<TD Style="VERTICAL-ALIGN: top;">
J
jco author 4/12/2013



I myself ran into the same issue once. Try this:

<TD Style="VERTICAL-ALIGN: top;">



Thanks, that did it!!
Jose Carlos