View Single Post
Old 08-31-2002, 09:39 AM   PM User | #1
johnmayer
New to the CF scene

 
Join Date: Aug 2002
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
johnmayer is an unknown quantity at this point
linking to an external CSS file

I read on W3.org that this is the proper way to link to an external CSS file in XML and XHTML, yet it does not seem to work.
Code:
<?xml-stylesheet href="css/test.css" type="text/css"?>
Should I stick with <link> ?
johnmayer is offline   Reply With Quote