linked stylesheet not affecting text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top