View Single Post
  #16 (permalink)  
Old 02-06-2008, 02:04 PM
redwine's Avatar
redwine redwine is offline
Pligg Donor
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
Texarea

Quote:
Originally Posted by sivle View Post
I suppose one question would be, where can I change the field width and height, since a bio will tend to hold a lot of data and it's difficult to type all of this in a small text field.
You can change the values of rows and cols in the textarea. Make sure that you also set the varchar of the field in the database to hold the data from the the bio textarea, otherwise, it will be truncated.
Reply With Quote