Hi all, I've encountered a problem using turbine 2.1 with veocity, and was unable to find a solution. Please help me. The problem is that I made the templates with html headers, and the template parser puts another header section on the top of my template like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html><head><title>CONGRATULATIONS!</title></head><body><HTML> <!-- Version info : $Id: default.vm,v 1.1 2001/08/29 15:20:08 argosz Exp $ --> <HEAD> <TITLE>Congratulations!</TITLE> <meta content="text/html; charset=windows-1252" http-equiv=Content-Type> <link rel="stylesheet" type="text/css" href="style.css"> </HEAD> <BODY> [...] </BODY> </HTML> And I want to remove the <html><head><title>CONGRATULATIONS!</title></head><body> string from the output. Thanks Peter Galantha [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
