Re: Cascading Style Sheets?

From: Paul Kraemer (KraemerPW_at_cs.com)
Date: 07/26/04


Date: Mon, 26 Jul 2004 13:07:49 -0700

Murray,

Is that pxt or px that I should use for the font-size? I
tried to look up pxt and couldn't find anything on it.

Thanks,
Paul

>-----Original Message-----
>And make these modifications -
>
>p, td, th, div{
>font-family: "Times New Roman";
>font-size: 12pxt;
>font-weight: bold;
>}
>
>Multiple word font names must be enclosed in quotes; you
should not use a
>print metric for your fonts on the web. Instead of
points, you should be
>using ems, exs, percents, pixels, or size names. In
addition, it's best to
>use multiple font names, e.g.,
>
>font-family: "Times New Roman", Times, serif;
>
>
>--
>Murray
>
>"Steve Easton" <admin@95isalive.com> wrote in message
>news:OKsKwLPcEHA.556@tk2msftngp13.phx.gbl...
>> change your external sheet to this:
>>
>> p, td, th, div{
>> font-family: Times New Roman;
>> font-size: 10pt;
>> font-weight: bold;
>> }
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> 95isalive
>> This site is best viewed............
>> .......................with a computer
>>
>> "Paul Kraemer" <KraemerPW@cs.com> wrote in message
>news:323d01c470f0$b4da16b0$a501280a@phx.gbl...
>> > Hi,
>> >
>> > I created a file MyStyle.css consisting of no more
than
>> > the following lines...
>> >
>> > body
>> > {
>> > font-family: Times New Roman;
>> > font-size: 10pt;
>> > font-weight: bold;
>> > }
>> >
>> > ...This file is in my website's root folder. I have
>> > an .html file with the following line in between the
>> > <head></head> tags...
>> >
>> > <link rel= "stylesheet" type "text/css"
>> > href="MyStyle.css">
>> >
>> > ...Now, if I type some text inside the <body></body>
>> > tags, I thought that it should appear in Times New
Roman
>> > 10pt bold. It doesn't. Am I missing something?
>> >
>> > Thanks,
>> > Paul
>>
>>
>
>
>.
>