![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I think this is a simple question but I can't find the answer. I have in the head: style type="text/css" table.c7 {font-family: Verdana} and in the body: table class="c7" The cell are not outlined. How can I force the lines between the cells to be drawn? |
#3
| |||
| |||
|
|
"Academia" <academiaNOSPAM (AT) a-znet (DOT) com> wrote in message news:%23BvBFw9RIHA.5288 (AT) TK2MSFTNGP04 (DOT) phx.gbl... I think this is a simple question but I can't find the answer. I have in the head: style type="text/css" table.c7 {font-family: Verdana} and in the body: table class="c7" The cell are not outlined. How can I force the lines between the cells to be drawn? table.c7 td {border:1px solid black} table.c7 th {border:1px solid black} -- Anthony Jones - MVP ASP/ASP.NET |
#4
| |||
| |||
|
|
Works well but I can't figure the syntax. Does it say, for example: Any table that references class c7 apply {border:1px solid black} to the td's? |
#5
| |||
| |||
|
|
"Academia" <academiaNOSPAM (AT) a-znet (DOT) com> wrote in message news:OKlZUN$SIHA.1924 (AT) TK2MSFTNGP06 (DOT) phx.gbl... Works well but I can't figure the syntax. Does it say, for example: Any table that references class c7 apply {border:1px solid black} to the td's? Something like that yes. More accurately it says: Apply the style {border:1px solid black} to any td that is a descendant of a table element that has a class name of c7. See:- http://www.w3.org/TR/CSS21/selector....dant-selectors -- Anthony Jones - MVP ASP/ASP.NET |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |