Hi,
my page can't find the css for fc if i included them within the header, but it found and wokred fine if i have them within cfinlude tag?
<head>
<title>Document</title>
<!--- <script type="text/javascript" src="js/showHide.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css"/>--->
</head>
<cfinclude template="js/showHide.js" >
<cfinclude template="css/style.css" >
thanks