How can I change "spaces" on records being returned by a recordset?
For example, I have this code that will return a value of "John Doe":
<td width="30%"><%=rsTmp("Name")%></font></td>
What I would like to do is to change the space between the words into:
so that when my page got congested the name "John Doe" will still be in a straight line, and will not be separated?