D
Don Dean
I've created a styles.css page and linked it to all my FP2003 pages.
This is in the header of each page:
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
For some reason, the font size style I have defined in my css page is not
applying to all my pages. This is what I have in the css page:
body
{
font-family: Arial;
font-size: 10pt
}
The Arial font works on all pages, but not all page fonts are taking on the
10pt size. Some of the pages that aren't working have graphics and custom
interactive buttons before the body text occurs. Could any of these be
causing this abnormality?
On one page in particular, I've done a code search on "style" and "font" and
there are no other occurances of these terms except for a font tag at the end
of the page which has a start and end tag.
I'm stumped. Any ideas?
This is in the header of each page:
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
For some reason, the font size style I have defined in my css page is not
applying to all my pages. This is what I have in the css page:
body
{
font-family: Arial;
font-size: 10pt
}
The Arial font works on all pages, but not all page fonts are taking on the
10pt size. Some of the pages that aren't working have graphics and custom
interactive buttons before the body text occurs. Could any of these be
causing this abnormality?
On one page in particular, I've done a code search on "style" and "font" and
there are no other occurances of these terms except for a font tag at the end
of the page which has a start and end tag.
I'm stumped. Any ideas?