[ale] Re: Apache Config

Brian J. Dowd bdowd at dentfirst.com
Sun Sep 24 12:59:25 EDT 2000


You have <LINK REL=Stylesheet HREF="style/style1.css" TYPE="txt/css">
Try instead: (1)
<LINK REL="stylesheet" TYPE="text/css"
HREF="http://www.burntmedia.org/style/style1.css">
--->(Note that I used "text" not "txt" just before the "css")
Or (2)
<LINK REL=Stylesheet HREF="/style/style1.css" TYPE="text/css">
The order in the line isn't important of course...
I just want to see if the "/" in front of "style" is necessary
in this second case. It depends on what your directory structure
*really* is.

-- 
Brian J. Dowd
73, W1DOC
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list