[desc]: how do you increase cols or size in textarea or input boxes. default e.g.
textarea cols="30" rows="8"
is too small for my audience.
I'm guessing there's an obvious answer to this but i can't find it !
great bit of software by the way - has saved me hours of work...
I see, that's a new concept for me adjusting number of textarea cols/input size displayed via the css and not directly on the html form element --- seems to work very well tho.