In TurbineResources.properties change this... services.VelocityService.default.layout = VelocityECSLayout ...to this... services.VelocityService.default.layout = VelocityOnlyLayout
-Eric On Tuesday, November 13, 2001, at 03:25 PM, Weaver, Scott wrote: > 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:turbine-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
