Date:  03/31/2002 01:29:49 PM Msg ID:  000515
From:  John Potter Thread:  000515
Subject:  Problem with spaces between words
Hello again,
 
The currently selected record of a dbf file has a length-100 character field named "verbose". It's content is "Certificate Aviation Safety Security "
 
 
stub 1
------
<input type="text" name="topic" size="100" value=<%=verbose%>>
 
With stub 1 only "Certificate" shows up.
 
stub 2
------
<textarea cols="100" rows="1" name="topic"><%=verbose%></textarea>
 
With stub 2 "Certificate Aviation Safety Security" shows up
 
textarea is inappropriate--length can exceed 100, no control of font...
 
Help will again be greatly appreciated.
 
Ciao,
 
John Potter