Hi,
I have a search page in which I take data from a recordset. Some data which is retrieved may have more than one space between 2 words. But in my result page, HTML is truncating those spaces into single space and displays the result. But I need it as it is in the database. Is there any way similar to   which can be applied to this situation? My code is as follows:
<TD nowrap borderColor=maroon width="180"><FONT size=3><%=rs(0) %></FONT></TD>
in which rs(0) is the field containing spaces.
Plz help me..
Thanks in advance
Matsam