ListView, W3C and standards.

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

    ListView, W3C and standards.

    Hello,

    I am creating a ListView which creates a table.
    The problem is that to define a table's column width, according to W3C
    and HTML standards, the width attribute should be added only to the
    first column's cell (td). How can I do this?

    I added the attribute to the column cell but then all cells in that
    column got the width attribute.

    Thanks,
    Miguel
Working...