![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am using 4 tables to display data lists. All four tables have common and non common styles. Consider all tables have Black background. However, table 1 and 2 have red border and table 3 and 4 have blue border. Can I have two styles applied to the tables? For example: .Common {background-color: black} .Table12 {border: solid 1px red} .Table34 {border: solid 1px blue} I would apply styles Common and Table12 to tables 1 and 2. I would apply styles Common and Table34 to tables 3 and 4. Is this possible? If yes, is this the right way to do it? |
#3
| |||
| |||
|
|
Hello, I am using 4 tables to display data lists. All four tables have common and non common styles. Consider all tables have Black background. However, table 1 and 2 have red border and table 3 and 4 have blue border. Can I have two styles applied to the tables? For example: .Common {background-color: black} .Table12 {border: solid 1px red} .Table34 {border: solid 1px blue} I would apply styles Common and Table12 to tables 1 and 2. I would apply styles Common and Table34 to tables 3 and 4. Is this possible? If yes, is this the right way to do it? |
#4
| |||
| |||
|
|
rf wrote: "shapper" <mdmoura (AT) gmail (DOT) com> wrote in message news:e9fcc694-5fbe-4044-a0ec-853398a34ac8 (AT) r60g2000hsc (DOT) googlegroups.com... Hello, I am using 4 tables to display data lists. All four tables have common and non common styles. Consider all tables have Black background. However, table 1 and 2 have red border and table 3 and 4 have blue border. Can I have two styles applied to the tables? For example: .Common {background-color: black} .Table12 {border: solid 1px red} .Table34 {border: solid 1px blue} I would apply styles Common and Table12 to tables 1 and 2. I would apply styles Common and Table34 to tables 3 and 4. Is this possible? If yes, is this the right way to do it? table style="Common Table12" I think you mean: table class="Common Table12" |
![]() |
| Thread Tools | |
| Display Modes | |
| |