Can I make a standard text field larger (height/width) using HTML attributes, etc.?Thanks
Subject: Can I make a standard text field larger on the web?
There is a technique described in various posts. Essentially, I think you put HTML comments around the Notes generated field and put in a textarea with the same name outside the comments, thus allowing you to set the size of the textarea as you wish.