Cannot fine .css file

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

Guest

Hi I'm getting the message in FrontPage 2003.

Cannot find the file E:\Help Projects\Other Projects\document.css' (or one
of its components). Make sure the path and filename are correct and all
required libraries are available.

Would you know where I can find document.css? Thanks.

Kind Regards,
Rich
 
Did you create it?

Is that single quote at the end of the filename a typo?
 
I think it's a single quote. That would mean the file name is incorrect,
wouldn't it? Thank you for replying to my post.
 
If you need a stylesheet for that web page, make sure that the
particular file exists ("document.css") at the specified location
("E:\Help Projects\Other Projects\") and that FP can retrieve it (at
the local machine or over the network/Internet, wherever e: is located).

If you don't need that stylesheet file for your web page, edit the web
page in HTML view and delete the HTML tag line that looks something like
this:

<link href="E:\Help Projects\Other Projects\document.css"
rel="stylesheet" type="text/css">

...PC
 
1) File import the CSS file into your FP web or the link will always be broken (except on your PC)
2) The Path E:\Help Projects\Other Projects\document.css
in a browser is really E:\Help%20Projects\Other%20Projects\document.css
That's why you always want to remove all spaces from file/folder names w/i a web
--




| Thank you PC. I look at the path for document.css.
|
| "P C" wrote:
|
| > If you need a stylesheet for that web page, make sure that the
| > particular file exists ("document.css") at the specified location
| > ("E:\Help Projects\Other Projects\") and that FP can retrieve it (at
| > the local machine or over the network/Internet, wherever e: is located).
| >
| > If you don't need that stylesheet file for your web page, edit the web
| > page in HTML view and delete the HTML tag line that looks something like
| > this:
| >
| > <link href="E:\Help Projects\Other Projects\document.css"
| > rel="stylesheet" type="text/css">
| >
| > ...PC
| >
| >
| > Rich C. wrote:
| >
| > > Hi I'm getting the message in FrontPage 2003.
| > >
| > > Cannot find the file E:\Help Projects\Other Projects\document.css' (or one
| > > of its components). Make sure the path and filename are correct and all
| > > required libraries are available.
| > >
| > > Would you know where I can find document.css? Thanks.
| > >
| > > Kind Regards,
| > > Rich
| >
 

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