This topic is locked

Center data in column

12/8/2007 1:13:09 PM
ASPRunnerPro General questions
K
kbdci author

I would like to center the data in a column. I have tried highlighting the data block on the Visual Editor page and clicking the centericon, but that doesn't work.
Also, I used to be able to specify the number of characters allowed for a field and cannot find out how to do that in the latest version. Can you help? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7022&image=1&table=forumtopics' class='bbc_emoticon' alt=':huh:' />
Thanks.
Kathy

M
Michael7 12/9/2007

for centering, if you cant do it from visual editor just alter the source code of _list.htm page
find your fields in the source code like below and just alter the td align to left, right or center
<td align=center valign=middle class=borderbody {$row.1field_style}>

{$row.1field_value}

</td>
to limit the Characters goto the visual editor. click on a field and tab to edit as.

if it is a text field just set max length.