webmommee
08-03-2006, 12:00 PM
Dreamweaver creates the code when I choose link to external style sheet and creates the following code, linking to style sheet on my local PC.
<link href="../docdata/costest_style.css" rel="stylesheet" type="text/css">
I can preview fine in the browser
There's a copy of the stylesheet on my web server, but when I upload the file to my website, it doesn't recognize the stylesheet unless I change the path to the following (then it works fine):
<link href="file://///Cbo-gov/c$/mirror/hdrive/docdata/costest_style.css" rel="stylesheet" type="text/css">
Help, how can I make this work without changing the path, prior to uploading the document. Thanks a lot!
<link href="../docdata/costest_style.css" rel="stylesheet" type="text/css">
I can preview fine in the browser
There's a copy of the stylesheet on my web server, but when I upload the file to my website, it doesn't recognize the stylesheet unless I change the path to the following (then it works fine):
<link href="file://///Cbo-gov/c$/mirror/hdrive/docdata/costest_style.css" rel="stylesheet" type="text/css">
Help, how can I make this work without changing the path, prior to uploading the document. Thanks a lot!