This topic is locked

Table Column Widths - controlling using Visual Editor

2/23/2008 6:51:46 PM
PHPRunner General questions
B
barlow author

Can anyone let me know how to control table column widths using the Visual Editor?
I have a large number of checkboxes to put on the page, and I'm trying to setup an NxM grid of them, but the column width controls seem uncontrollable. The interactive control changes all columns in a table; moving one border has odd effects on all the other column borders and sizes. Setting widths in pixels seems to have no effect. Help! I can't get it under control. Plus, the checkbox seems to have some minimum width.
All help appreciated!

S
smcgo4 2/26/2008
J
Jane 2/26/2008

Hi,
you can edit column width using Visual Editor or manually (HTML mode).

Here is a sample:

<TD style="PADDING-LEFT: 10px; WIDTH: 13px">{build_edit_control field="FieldName" value=$value_FieldName mode="edit"}</TD>