[css-d] Font problem body tag

2006-02-22 Thread lyn
I have set the declared the font within the body tag of my web page like so: body { background: url(images/bg.gif); font:Arial, Helvetica, sans-serif; font-size:small; } Even though I have done this I don't seem to get an arial font anywhere within theweb page. The font seems to be a default

Re: [css-d] Font problem body tag

2006-02-22 Thread Brian Cummiskey
[EMAIL PROTECTED] wrote: font:Arial, Helvetica, sans-serif; try, font-family:Arial, Helvetica, sans-serif; __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Font problem body tag

2006-02-22 Thread David Laakso
[EMAIL PROTECTED] wrote: I have set the declared the font within the body tag of my web page like so: body { background: url(images/bg.gif); font:Arial, Helvetica, sans-serif; font-size:small; } Even though I have done this I don't seem to get an arial font anywhere within theweb page.

Re: [css-d] Font problem body tag

2006-02-22 Thread David Dorward
On 22/02/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have set the declared the font within the body tag of my web page like so: body { background: url(images/bg.gif); font:Arial, Helvetica, sans-serif; font-size:small; } Even though I have done this I don't seem to get an arial font