P Paul W Mar 22, 2005 #1 From VB I need to write a multi-line text into a textarea control. Do I use vbcrlf, "<BR>" urlencode or what?!?!?! Thanks, Paul.
From VB I need to write a multi-line text into a textarea control. Do I use vbcrlf, "<BR>" urlencode or what?!?!?! Thanks, Paul.
J Joe Fallon Mar 22, 2005 #2 For text boxes use vbCRLF. For Labels use <br>. Labels actually render HTML (which can be a handy trick sometimes.)
For text boxes use vbCRLF. For Labels use <br>. Labels actually render HTML (which can be a handy trick sometimes.)