Haofei wrote: > <%="ab\r\ncd\r\nef"%> #this is the code > > what i want is > > ab > cd > ef > > but the code above just give me > > ab cd ef > > is there any method i can turn the string into html code? thanks :-) <%="ab<br>cd<br>ef"%> -- Paul Lutus http://www.arachnoid.com