This topic is locked

How to get inline custom Buttons to the top of a cell

12/18/2018 10:22:31 AM
PHPRunner General questions
S
shathcock author

I have a list that has a field which requires Word Wrap turned on because it's a large field. I wanted everything to list starting at the top of the cells on each row which I have accomplished with the following css except for the three custom buttons that I have on the row inside one cell which are still centered. Is there a way using the css to force those buttons to the top of the row also?
if ($Time_diff >= 48)

{

$record["css"] = 'color: red; vertical-align: top';

}

else

{

$record["css"] = 'vertical-align: top';

}
Thanks in advance for any help!
BTW this is PHPRunner 8.1.....hoping to be able to afford to update to 10 soon.