here is the html link in the page:
<link rel="stylesheet"
href="http://www.dreamchasers.com/fcao/includes/stylesheet.css">
and I get this when load that page:
Not Found
The requested URL /fcao/Admin/stylesheet.css was not found on this
server.
I do not understand what the problem is.
I have cleared the cache on the browser and everything else I can think of.
Anyone know what is going on?
Thanks!
Chad Henderson
ch...@dreamchasers.com
NS 4 uses Javascript to create/support CSS. NS called it JSCSS.
If Javascript is disabled, CSS is also disabled.
Make sure that Javascript is enabled.
Gus
Also try using:
<link rel="stylesheet" type="text/css"
href="http://www.dreamchasers.com/fcao/includes/stylesheet.css">
Gus