I'm trying to take a value from a textarea save it, and redisply it as it was typed (keeping the word wraping and formatting). I tried replace(txt_area,vbcrlf,"<br>"
, but it only replaces the hard returns, I still get one long line of text where the textarea word wraped. I then tried replace(txt_area,vblf,"<br>"
incase there were just soft returns, still not any closer.
I tried changing the wrap=hard to replace the wraps to hard returns (per ms documentation), but, that did'nt work. I really want this to look like it was typed, and I know it's possible, they do it in this forum.
Thanks ahead of time for a reply.
Dale
I tried changing the wrap=hard to replace the wraps to hard returns (per ms documentation), but, that did'nt work. I really want this to look like it was typed, and I know it's possible, they do it in this forum.
Thanks ahead of time for a reply.
Dale