Details preview page formating |
8/24/2009 8:06:23 PM |
PHPRunner General questions | |
V
vytb author
If I'm not wrong, some earlier posts confirm that the list pages cannot be fully formatted (from one line to two, etc.) |
|
J
|
Jane 8/25/2009 |
Vitas, {BEGIN details_row} <TR> <TD>{$FieldName1_value}</TD> <TD>{$FieldName2_value}</TD> <TD>{$FieldName3_value}</TD> </tr><tr> <TD>{$FieldName4_value}</TD> <TD>{$FieldName5_value}</TD> <TD>{$FieldName6_value}</TD> </TR> {END details_row} |
V
|
vytb author 8/25/2009 |
Thank you Jane, |