Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
bidalah@yahoo.com #1
CFINCLUDE not working
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?!
bidalah@yahoo.com Guest
-
cfinclude nav menus
The drop-down menus in my site are contained in a cfinclude file so I only have to edit one file to make site wide menu changes. Can search engines... -
SSL with CFINCLUDE
I have plenty of CF experience, but am utililzing SSL for the first time. I was told of course that all pages must reference with https// and that... -
CFInclude and aliases
Hello, On one 6,1,0,hf53257A_61 using IIS 5 I have many appications with aliases. I recently created a new root directory d:\inetpub\ wwwdev for... -
CFINCLUDE
I'm not sure what your problem is. CFINCLUDES can be nested both on the same page and in sub pages; however, it can get pesky if the overall HTML... -
CFINCLUDE and CSS question
For production purposes you should not link CSS files to an Include file. When the page is rendered on the server you will end up with duplicate CSS...



Reply With Quote

