Hi,

I am trying something I thought was simple:

<HTML>
<CFINCLUDE TEMPLATE="LaserImaging_Stylesheet.cfm">
<HEAD>
<TITLE>Home Page</TITLE>
</HEAD>
<BODY>
<CFINCLUDE TEMPLATE="Header.cfm">
<CFINCLUDE TEMPLATE="Page.cfm">
<CFINCLUDE TEMPLATE="Footer.cfm">
</body>
</html>

....I am trying to use CFINCLUDES to separate my webpage into
"components" which I can use in other web pages. The above .cfm files,
when put together produce a working website. I have other webpages
using this same server which utilize CFincludes without a problem, so
it isn't an issue with Cold Fusion.

I cannot figure out why the CFIncludes above are not working in this
case. There is no error message. I simply get a blank screen.

Can anyone look at the above and tell me what I am missing?!