Hi All,
My problem is that after retrieving the contents of a memo field form a SQL7.0 table, and dumping it in a textarea:
<teatarea>
<%=nyRS("myMemoField"%>
</textarea>
there appears to be a large amount of white space before the text:
------------------------------
|<-------white space----------|
|-------->address line 1 |
|address line 2 |
|address line 3 |
| |
------------------------------
sorry for then noddy diagram
nothing i do seems to get rid of it , when testing the length of the field it is only ever the len(memo) and is correct. Any ideas cos it looks really meesy
Pete
My problem is that after retrieving the contents of a memo field form a SQL7.0 table, and dumping it in a textarea:
<teatarea>
<%=nyRS("myMemoField"%>
</textarea>
there appears to be a large amount of white space before the text:
------------------------------
|<-------white space----------|
|-------->address line 1 |
|address line 2 |
|address line 3 |
| |
------------------------------
sorry for then noddy diagram
nothing i do seems to get rid of it , when testing the length of the field it is only ever the len(memo) and is correct. Any ideas cos it looks really meesy
Pete