Of the top of my head, try changing from ECSLayout to VelocityOnlyLayout (or something like this) in TR.props.
Cheers, Scott ----- Original Message ----- From: "Weaver, Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 9:25 AM Subject: How to strip all HTML markup from velocity templates in turbine > Is there any way to stop turbine from putting > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > "http://www.w3.org/TR/REC-html40/loose.dtd"> > <html><head><title></title></head><body> > ... > </body></html> > > into the template pages. I created a blank.vm for a layout so I could > dynamically serve up style sheets using a velocity template. However, even > with a blank layout, I still get html, head and body tag. > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > "http://www.w3.org/TR/REC-html40/loose.dtd"> > <html><head><title></title></head><body> > .leftCorner {background-image : > url(images/default_left_menu_cap_bottom.gif);background-repeat : no-repeat; > background-position: right top} > .leftMenu { background-image: > url(/store/images/layout/default_layout_r2_c1.gif); background-repeat: > repeat-y} > .leftMenuContent { font-family: Arial, Helvetica, sans-serif; font-size: > 12px; color: #000000; padding-left: 20px} > .middleBanner { background-image: > url(images/layout/default_layout_r1_c2.gif); background-repeat: repeat-y} > .leftBanner { background-image: > url(http://localhost:8080/store/servlet/store/template/images%2Flayout%2Fdef > ault_layout_r1_c1.gif)} > </body></html> > > Any ideas? > > Scott > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
