> I have installed coldfusion in my machine recently. The
thing is that my cfm
> files are not recognising the classes of the linked
style sheets though I have
CFM files are disinteresting in HTML, CSS classes and links
and that sort
of carry-on. It's all just "noise" to CF. So your CFM
template cannot, in
and off itself, cause problems with your CSS stuff.
What you need to do is to look at the generated HTML and see
what you're
doing wrong. I imagine you've got the URLs wrong. Bear in
mind that LINK
URLs are indeed URLs, and if you're using relative ones, they
should be
relative to the URL of the request, and have no bearing on
the file
location of the CFM file they are represented in. This is a
common mistake
nebies make.
--
Adam