PC Review


Reply
Thread Tools Rate Thread

CSS Style Sheet Fonts

 
 
OKR
Guest
Posts: n/a
 
      28th Apr 2004
I use FP 2003 and work on several webs at the same time.
I am using css style sheets to designate the font.
Recently something happened that no matter what font I
use in the style sheet I get Arial when I look at it in a
browser. This has happened in all my webss. Any help?
 
Reply With Quote
 
 
 
 
Jack Brewster
Guest
Posts: n/a
 
      28th Apr 2004
Are these pages online? Can you provide a URL for us to look at? What font
do you _expect_ to see?

--
Jack Brewster - Microsoft FrontPage MVP

"OKR" <(E-Mail Removed)> wrote in message
news:5c0f01c42d6f$2ed1d5e0$(E-Mail Removed)...
> I use FP 2003 and work on several webs at the same time.
> I am using css style sheets to designate the font.
> Recently something happened that no matter what font I
> use in the style sheet I get Arial when I look at it in a
> browser. This has happened in all my webss. Any help?



 
Reply With Quote
 
Guest
Posts: n/a
 
      29th Apr 2004
The URL is http://www.atcnet.net. I have forced the font
on this page by formatting the tables. Look at the
Company link. http://www.atcnet.net/company.htm and you
can see the normal text is arial and the hyperlinks are
Verdana. All the text should be Verdana 8 pt. I have also
forced the Verdana font in the include pages on the left
and right of the main body.

>-----Original Message-----
>Are these pages online? Can you provide a URL for us to

look at? What font
>do you _expect_ to see?
>
>--
>Jack Brewster - Microsoft FrontPage MVP
>
>"OKR" <(E-Mail Removed)> wrote in

message
>news:5c0f01c42d6f$2ed1d5e0$(E-Mail Removed)...
>> I use FP 2003 and work on several webs at the same

time.
>> I am using css style sheets to designate the font.
>> Recently something happened that no matter what font I
>> use in the style sheet I get Arial when I look at it

in a
>> browser. This has happened in all my webss. Any help?

>
>
>.
>

 
Reply With Quote
 
Cheryl Wise
Guest
Posts: n/a
 
      29th Apr 2004
You seem to be having inheritance problems. Possibly related to your use of
a theme. You can manually edit the css and change this

TABLE {
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana;
TEXT-DECORATION: none
}

To

TABLE, TD, TH {
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana;
TEXT-DECORATION: none
}

or edit, your theme, save with a new name and apply the updated theme to
your site.
--
Cheryl D. Wise
MS-MVP-FrontPage
(E-Mail Removed)


<(E-Mail Removed)> wrote in message
news:5c2e01c42d75$01125a20$(E-Mail Removed)...
> The URL is http://www.atcnet.net. I have forced the font
> on this page by formatting the tables. Look at the
> Company link. http://www.atcnet.net/company.htm and you
> can see the normal text is arial and the hyperlinks are
> Verdana. All the text should be Verdana 8 pt. I have also
> forced the Verdana font in the include pages on the left
> and right of the main body.



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      29th Apr 2004
See your duplicate post
- you have badly mangled html w/ lots of duplicate body tags and sections

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


<(E-Mail Removed)> wrote in message news:5c2e01c42d75$01125a20$(E-Mail Removed)...
| The URL is http://www.atcnet.net. I have forced the font
| on this page by formatting the tables. Look at the
| Company link. http://www.atcnet.net/company.htm and you
| can see the normal text is arial and the hyperlinks are
| Verdana. All the text should be Verdana 8 pt. I have also
| forced the Verdana font in the include pages on the left
| and right of the main body.
|
| >-----Original Message-----
| >Are these pages online? Can you provide a URL for us to
| look at? What font
| >do you _expect_ to see?
| >
| >--
| >Jack Brewster - Microsoft FrontPage MVP
| >
| >"OKR" <(E-Mail Removed)> wrote in
| message
| >news:5c0f01c42d6f$2ed1d5e0$(E-Mail Removed)...
| >> I use FP 2003 and work on several webs at the same
| time.
| >> I am using css style sheets to designate the font.
| >> Recently something happened that no matter what font I
| >> use in the style sheet I get Arial when I look at it
| in a
| >> browser. This has happened in all my webss. Any help?
| >
| >
| >.
| >


 
Reply With Quote
 
OKR
Guest
Posts: n/a
 
      29th Apr 2004
Your suggestion doesn't solve the problem. The style
sheet works on a test sheet with text between the body
tags. I know I have duplicate body tags in most of my
pages but the style sheet worked anyway at one time even
with thoswe tag problems. It is a problem that happened
all at once and to every page in all my webs. I'm at a
loss...so far

>-----Original Message-----
>You seem to be having inheritance problems. Possibly

related to your use of
>a theme. You can manually edit the css and change this
>
>TABLE {
> FONT-SIZE: 8pt;
> FONT-FAMILY: Verdana;
> TEXT-DECORATION: none
>}
>
>To
>
>TABLE, TD, TH {
> FONT-SIZE: 8pt;
> FONT-FAMILY: Verdana;
> TEXT-DECORATION: none
>}
>
>or edit, your theme, save with a new name and apply the

updated theme to
>your site.
>--
>Cheryl D. Wise
>MS-MVP-FrontPage
>(E-Mail Removed)
>
>
><(E-Mail Removed)> wrote in message
>news:5c2e01c42d75$01125a20$(E-Mail Removed)...
>> The URL is http://www.atcnet.net. I have forced the

font
>> on this page by formatting the tables. Look at the
>> Company link. http://www.atcnet.net/company.htm and you
>> can see the normal text is arial and the hyperlinks are
>> Verdana. All the text should be Verdana 8 pt. I have

also
>> forced the Verdana font in the include pages on the

left
>> and right of the main body.

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
difference between style, style sheet, page properties, for background picture nic34@greenxyz.com Microsoft Frontpage 2 22nd Apr 2007 12:26 AM
Re: How do I change sheet notation from R1C1 style to A1 style in XL 2 Nick Hodge Microsoft Excel Setup 0 5th Dec 2006 03:22 PM
Content Page specific style style sheet rshillington@gmail.com Microsoft ASP .NET 0 14th Jul 2006 04:45 PM
the style for Footnote Text does not appear in the style sheet =?Utf-8?B?Q2hyaXMgSW4gTG9uZG9u?= Microsoft Word Document Management 2 10th May 2005 12:56 PM
Style Sheet for Fonts? Kristi Microsoft Powerpoint 2 20th Apr 2005 05:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:08 AM.