Search:

Type: Posts; User: akhileshbc

Search: Search took 0.15 seconds.

  1. Re: CSS for Table - don't want to apply to all tables

    Thanks :wave:

    Actually I'm trying to learn from it. That's why I asked the doubt :)

    What I did earlier was to include a "style" part in each tr or td or table, and defining the style in there....
  2. Re: CSS for Table - don't want to apply to all tables

    Thanks guys :wave:

    Here's the code:
    table, td{
    font:100% Arial, Helvetica, sans-serif;
    }
    table{width:100%;border-collapse:collapse;margin:1em 0;}
    th,...
  3. CSS for Table - don't want to apply to all tables

    Hi guys :wave:

    I have a CSS that will change the look of table. But it would affect all the tables in my page. But I want it to be restricted to a single div id/class.

    How is this done ?...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width