<i><b>Originally posted by : Mahendra (mahendra@prontomail.com)</b></i><br />Hi,<br /><br />I have a following syntax in my test.asp<br /><br /><TD><%=varPerceivedCustomerValue%></TD> <br /><br />The resulting html displays following when viewed thro' source :<br /><br /><TD >31 32 33<br />31 32 33<br />31 32 33<br />31 32 33<br />31 32 33</TD><br /><br /><br />But the HTML appears as follows : <br /><br /><TD >31 32 33 31 32 33 31 32 33 31 32 33 31 32 33</TD><br /><br />How do I prevent this data from appearing on the same line?<br /><br /><br />Mahendra<br />
