Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is it possible not to repeat the field names in the vertical lay out?
In the visual editor, switch to the source code and remove the label column of each field name.For example:if the code is like the following:
{BEGIN yourfieldname_fieldcolumn}<TR><TD style="PADDING-LEFT: 10px" class=headerlistdown_v width="30%">field_name</TD><TD style="PADDING-LEFT: 10px" class=shade_b align=left>{$yourfieldname_value} </TD></TR>{END yourfieldname_fieldcolumn}
remove the first column:
{BEGIN yourfieldname_fieldcolumn}<TR><TD style="PADDING-LEFT: 10px" class=shade_b align=left>{$yourfieldname_value} </TD></TR>{END yourfieldname_fieldcolumn}