linked stylesheet not affecting text

N

Nathan

When I view a page in Normal view of a page that has a stylesheet linked to
it (<link REL="StyleSheet" HREF="style.txt">), the style does not affect the
text and so the text all looks like the default text instead of taking on the
attributes of their specific style. What is going on?

I have FP2002 on Win XP.
 
S

Steve Easton

For starters a style sheet has the .css extension,
so rename style.txt to style.css

Then the proper link would be:

<link rel="stylesheet" type="text/css" href="style.css">

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top