Upgraded to CF 10 Does not work with external stylesheet?
Hi!
Many of my websites are using an external stylesheet such as this:
<link rel="stylesheet" type="text/css" href="test.css" title="This is a test" />
In my 2 laptops, 1 has CF8 and the other has CF10, I just downloaded a few minutes ago.
My Boss wanted me to compare because he is thinking of upgrading it to CF10.
After I'm done setting up everything (IIS, datasource, etc), I launched my website in both laptops and the result on laptop with CF10 is quite surprising.
When I took out:
<link rel="stylesheet" type="text/css" href="test.css" title="This is a test" /> from <head></head> and replace it with:
<style> css codes from test.css </style> I got my style back.
So, for some reason, CF10 ignores <head><link rel="stylesheet" type="text/css" href="test.css" title="This is a test" /></head>
Does CF10 can't work with external stylesheet anymore? or is there setting in administrator if I want the old fashion way in using external setting?
