is it possible to convert html into one line using asp?
Example here to play with
<TABLE borderColor=#000000 cellSpacing=2 cellPadding=2 border=1>
<TR>
<TD>Insert text here</TD>
<TD>Insert text here</TD>
<TD>Insert text here</TD>
<TD>Insert text here</TD>
<TD>Insert text here</TD>
</TR>
</TABLE>