![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I tried to apply a format to all td's in one specific table but not to the td's in other tables. I tried the following: table id="thistable" thead [...] /thead tbody td></td /tbody /table withe the style: #thistable td { [...] } But the style applies to all td's in the document, even in other tables. What do i do wrong? |
#3
| |||
| |||
|
|
Hi, I tried to apply a format to all td's in one specific table but not to the td's in other tables. I tried the following: table id="thistable" thead [...] /thead tbody td></td /tbody /table withe the style: #thistable td { [...] } But the style applies to all td's in the document, even in other tables. What do i do wrong? |
#4
| |||
| |||
|
|
I tried to apply a format to all td's in one specific table but not to the td's in other tables. I tried the following: table id="thistable" thead [...] /thead tbody td></td /tbody /table withe the style: #thistable td { [...] } But the style applies to all td's in the document, even in other tables. What do i do wrong? td> should be enclosed in <tr>, I think. Sorry, sorry, sorry!!! My code is valid, I just copied and pasted not |
#5
| |||
| |||
|
|
Hi, I tried to apply a format to all td's in one specific table but not to the td's in other tables. I tried the following: table id="thistable" thead [...] /thead tbody td></td /tbody /table withe the style: #thistable td { [...] } But the style applies to all td's in the document, even in other tables. What do i do wrong? td> should be enclosed in <tr>, I think. Sorry, sorry, sorry!!! My code is valid, I just copied and pasted not the whole code an forgot to copy the <tr>. (I used the w3-validator before mailing to the group). |
#6
| |||
| |||
|
|
Sorry, sorry, sorry!!! My code is valid, I just copied and pasted not the whole code an forgot to copy the <tr>. (I used the w3-validator before mailing to the group). |
![]() |
| Thread Tools | |
| Display Modes | |
| |