> When i run this page it just pulls up the page as though > cfcontent was not even there. What have I done wrong? > ... > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > ... > <html> > <head> > <title>Untitled</title> > <link rel="STYLESHEET" type="text/css" href="css/vacation.css"> > </head> > > <body> > > <cfcontent type="application/x-msexcel">
If you include HTML tags, or any other undesired stuff, before your CFCONTENT tag, it's not going to work. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

