Posted by Geoff Muldoon on 04/19/07 07:02
Jon_Slaughter@Hotmail.com says...
> To bad this doesn't work. You don't seem to understand the issue. The
> problem is that using the style sheet is not included properly.
>
> e.g., in the main html file I have
>
> <LINK REL=StyleSheet HREF="styles/main.css" TYPE="text/css">
Iv'e joined this thread late, so maybe I'm off track, but wouldn't the
following simple fix work:
<LINK REL=StyleSheet HREF="/styles/main.css" TYPE="text/css">
Just tell all the scripts (regarless of where they are) that the style
sheet is to be sourced relative to the http document root.
GM
[Back to original message]
|