How do I place 'return' spaces into a textarea so that the data I populate it with appears halfway down the box?
of course, I'm being stupid today! Do you know if it is possible to display a horizontal rule in a textbox?
Only by adding hyphens or underscores like so: <textarea> Text here followed by a big gap \n\n\n\n\n\n\n ----------------------------------\n \n Other text here </textarea> Code (markup):