This topic is locked

Table Vertical Align

5/6/2012 6:54:05 PM
PHPRunner General questions
milsimcorps author

What is the code to get the cell to start from the upper left hand side top?

Here is the original code: (Where should I add the code vertical-align=top
<TD style="WIDTH: 225px; WHITE-SPACE: normal" class="runner-cc runner-cc1"><DIV class="fieldvalue_blog {$fielddispclass_blog}" align=left>&nbsp;{$blog_value}</DIV></TD>

7542 6/17/2012

try this on the list page after record processed

$row["rowstyle"]='style="vertical-align: top;"';

J
Jane 6/20/2012

Hi,
what page do you want to apply this code on?