|
Posted by dorayme on 03/12/06 00:38
In article <Xns978311CA5A948arbpenyahoocom@69.28.186.121>,
Adrienne Boswell <arbpen2003@sbcglobal.net> wrote:
> Gazing into my crystal ball I observed "Manfred Ullrich"
> <manfred.ullrich@web.de> writing in news:4412984a$0$12927$9b4e6d93
> @newsread4.arcor-online.net:
>
> > the font-definition outside the table is not valid within the table.
> > I have to define it in every <td> within the table..
> > Isn't it possible to define it once for the whole table?
> >
> > Thanks, Manfred
> >
> >
> >
>
> Sure.
>
> table {font-family: arial, verdana, sans-serif; font-size:100%;}
Just a small side matter here, if I may...
Should this suggestion not be:
table {font-family: Arial, Verdana, sans-serif; font-size:100%;} ?
On the ground that the font name does not "belong" to css (things
that do so "belong" are case insensitive)
--
dorayme
[Back to original message]
|