Row height

You can control the vertical height of any row by by putting a processing instructions in that row. Currently this only works for HTML output. Here is an example that sets a row height to 20 pixels.

<row><?dbhtml row-height="20" ?>
  <entry>...</entry>
  <entry>...</entry>
</row>