Thu, 2005-09-29 04:00
Hello,
I came across the following declaration :
<?xml-stylesheet href="/css/boxer2.css" type="text/css"?>
instead of the normal :
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css"/>
What's the difference?? Which one should I use and when?
Thanks in advance,
Julien Martin.
Thu, 2005-09-29 05:45
#1
<?xml-stylesheet href="/css/boxer2.css" type=&q
The former is specific to xml documents. Stick to the latter.
cheers,
gary