Subject: Re: include css in xsl
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 1 Apr 2003 10:46:58 +0100
|
href="..\css\style.css"
That is a local URI to a file called "..\css\style.css" in the current directory.
If you want a file called style.css in a sibling directory called css
then the relative URI is
"../css/style.css"
some browsers may silently correct your error and change \ to / but some
don't and arguably those that do are not conforming.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|