|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
i have the following code which has two <cfinclude template="something.cfm"> For some reason, when i run it to see how it looks on IE6.0, it doesn't show anything but the table outline for the login.cfm. Can anyone tell me what i am doing wrong? by the way, all the files are in the same folder.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> a:link {color:#F2F2F2; font-family:Geneva; font-size:10px; text-decoration:none} </style> </head> <body> <cfinclude template="header.cfm"> <table width="302" height="157" border="1"> <tr> <th scope="col"><cfinclude template="login.cfm"></th> </tr> </table> </body> </html> |
|
#2
|
|||
|
|||
|
The includes are handled by the CF server at runtime, and have nothing to do with the user's browser. If something isn't showing up you have an error in your resulting HTML or your style sheet.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > where are the <cfinclude>s? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|