Hi Laura and Tim,
Tim wrote:
Hi Laura - I'm just guessing here, but suspect that you are previewing
your site locally from the file system ...
That can cause issues due to the local file reference
not sending a header, but I don't think that's the
problem here.
... href="/dghome6.css" what it is saying is to look for
this file in the root directory of the server.
If the file isn't in the root directory, you won't
be able to see styling in your file where the root
directory is probably C:\; uploading it to your
server site won't help because the .css file is
not on that server either (unless the CIS types
will put it there). Until your system gets too
big and awkward, I'd leave it in the same folder
and link it to each page with something like:
<link rel="stylesheet"
type="text/css"
href="whatever.css" />
It works for me for my standalone and intranet
applications.
Regards,
Gene Falck
[EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/