Skip to main content
September 3, 2008
Question

CSS for Tables

  • September 3, 2008
  • 2 replies
  • 345 views
I am using the code from Peter Grainge to create a CSS for tables in my project and it is working very well (thank you Peter).

Is it possible to set otjher parameters in the CSS? I would like to be able to set the table size (width) and column width.

Thanks
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    Peter Grainge
    Community Expert
    Community Expert
    September 4, 2008
    I don't believe you can define those settings from the CSS. Suggest you poke around http://www.w3schools.com

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    September 4, 2008
    Thanks, I will.