![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a way to tell CSS to specify one font for a table that has many cells in which the font is being used? As in, one font that represents the table itself (rather than specifying in every cell) Thanks! :-) |
#3
| |||
| |||
|
|
Yeah schreef: Is there a way to tell CSS to specify one font for a table that has many cells in which the font is being used? As in, one font that represents the table itself (rather than specifying in every cell) There are many possibilities: table{font-family: Verdana;} or... table#idName{font-family: Verdana;} or... table th{font-family: Verdana;} table td{font-family: Arial;} |
#4
| |||
| |||
|
|
'sNiek wrote: Yeah schreef: Is there a way to tell CSS to specify one font for a table that has many cells in which the font is being used? As in, one font that represents the table itself (rather than specifying in every cell) There are many possibilities: table{font-family: Verdana;} or... table#idName{font-family: Verdana;} or... table th{font-family: Verdana;} table td{font-family: Arial;} Please don't recommend Verdana. Thanks. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html |
#5
| |||
| |||
|
|
Beauregard T. Shagnasty schreef: Please don't recommend Verdana. Thanks. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html |
|
Come on man, we had a discussion on that months ago. |
|
It's just an example [...] |
#6
| |||
| |||
|
|
On Wed, 15 Mar 2006, 'sNiek wrote: Beauregard T. Shagnasty schreef: Please don't recommend Verdana. Thanks. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html I had the same thought, indeed. Come on man, we had a discussion on that months ago. So you're telling us, in public, that you knew all about the point of contention - and deliberately chose to ignore it? That's not nice. |
|
It's just an example [...] So - don't you have any ambition to make it a *good* example? |
#7
| |||
| |||
|
|
Please don't recommend Verdana. Thanks. I had the same thought, indeed. |
#8
| |||
| |||
|
|
On Wed, 15 Mar 2006, Alan J. Flavell wrote: Please don't recommend Verdana. Thanks. I had the same thought, indeed. Verdana in itself is not evilŪ. |
|
It is the combination with "font-size: 80%" that is evilŪ. |
#9
| |||
| |||
|
|
Beauregard T. Shagnasty schreef: Please don't recommend Verdana. Thanks. http://www.xs4all.nl/~sbpoley/webmatters/verdana.html Come on man, we had a discussion on that months ago. (http://tinyurl.com/mzeek) |
|
It's just an example by the way to show the difference in the type used for TH's and the TD's. |
#10
| |||
| |||
|
|
Alan J. Flavell schreef: So you're telling us, in public, that you knew all about the point of contention - and deliberately chose to ignore it? That's not nice. I just named a typeface everybody kwows, and yes: I deliberatly 'ignored' it. Your point of view is not a law, IMO |
![]() |
| Thread Tools | |
| Display Modes | |
| |