docbook-apps

  • 1.  Specifying table column widths using HTML table elements

    Posted 01-19-2010 11:44
    Hi all,

    I would like to know if it is possible to specify column widths in FO output tables when using HTML table elements. I can do this by using the colwidth attribute in CALS tables, but is it possible to do the same when using HTML table elements in pdf output?

    Kind regards,
    Joni Laitinen



  • 2.  RE: [docbook-apps] Specifying table column widths using HTML table elements

    Posted 01-21-2010 20:10
    | -----Original Message-----
    | From: Laitinen Joni
    |
    | I would like to know if it is possible to specify column
    | widths in FO output tables when using HTML table elements. I
    | can do this by using the colwidth attribute in CALS tables,
    | but is it possible to do the same when using HTML table
    | elements in pdf output?


    Yes, it's possible. Column widths in HTML tables can be given in pixels,
    percentages, or as relative values (2*, 3*, etc.). See
    http://docbook.org/tdg5/en/html/html.col.html.

    Mauritz