Table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    #1

    Table

    Hello,

    I have a table with 3 columns and I am using the usual header, footer
    and body sections.

    The first column has only an input (check box).

    Is it possible to make column 1 and 3 fixed width and column 2 get the
    remaining width?

    Thank You,
    Miguel
  • Ben C

    #2
    Re: Table

    On 2008-02-29, shapper <mdmoura@gmail. comwrote:
    Hello,
    >
    I have a table with 3 columns and I am using the usual header, footer
    and body sections.
    >
    The first column has only an input (check box).
    >
    Is it possible to make column 1 and 3 fixed width and column 2 get the
    remaining width?
    Yes. Just set the total width you want on the whole table (which might
    be a percentage), and then set the fixed widths you want on cells in
    columns 1 and 3.

    Comment

    • shapper

      #3
      Re: Table

      On Feb 29, 10:29 pm, Ben C <spams...@spam. eggswrote:
      On 2008-02-29, shapper <mdmo...@gmail. comwrote:
      >
      Hello,
      >
      I have a table with 3 columns and I am using the usual header, footer
      and body sections.
      >
      The first column has only an input (check box).
      >
      Is it possible to make column 1 and 3 fixed width and column 2 get the
      remaining width?
      >
      Yes. Just set the total width you want on the whole table (which might
      be a percentage), and then set the fixed widths you want on cells in
      columns 1 and 3.
      Ben,

      You mean in tbody cells? td?
      I am asking because I added col tags to the table and defined the
      widths in it but it does not work.

      I was reading about cols and it seemed the logical solution.

      Thanks,
      Miguel

      Comment

      Working...