Hi I'm a velocity user. My velocity is built OK. but when I create a html file with the following source code, it can not be display correctly in IE. <html> <body> #set( $foo = "Velocity" ) Hello $foo World! </body> <html> In IE windows, it's "#set( $foo = "Velocity" ) Hello $foo world!" instead of "Hello Velocity World!" Can you help me? Best Regards Li Xiaoli
