P
Paul Kraemer
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
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