The ccs file has to be either in the same folder, or linked to it properly.
The easiest way is to specify the full address of the ccs file, including the
http://www.whatever.com/ bit.
If you like, if the html file is in a folder, and your ccs file is in the public_html folder, you can do this
../thefile.ccs
in your html, instead of thefile.ccs
../ means to go back one folder/directory.
Obviously, if you want to go forwards one, just put the name of the folder like this:
myfolder/thefile.ccs
[ July 29, 2002, 05:03 AM: Message edited by: Stephan ]