Specifying the size of single fields

You modify the width attribute in the presentation.xml file to change the width of a single field.

Procedure

  1. Open the presentation.xml file.
  2. Identify the field that you want to change the width of.
  3. Check that the description id has a width attribute and add a width attribute if it is absent.
  4. Change the width attribute in the description id to specify the size of the field. For example, you use the following code to change the width of a field to 100 pixels:
    <tablecol dataattribute="description" id="results_showlist_tablebody_3" width="100"/>
  5. Save the presentation.xml file.