View Single Post
  #2  
Old 11-26-2004, 08:41 AM
 
Jonny Jonny is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 67
 

Default

If it is textbox code like:

Code:
<input type="textbox" name="textbox" value="textbox">

You can change this to:

Code:
<textarea name="textfield" rows="5"></textarea>

where the 'rows="5"' is how many rows you want it.

Hope this helps.
__________________
John Bloomfield
Web Development
Overclock.co.uk [X-Cart v3.2.1]
[V4.0.14 In Dev]
http://www.overclock.co.uk
jbloomfield@overclock.co.uk
Reply With Quote