View Single Post
  #9  
Old 08-18-2008, 09:32 AM
 
MattZatus MattZatus is offline
 

Member
  
Join Date: May 2008
Posts: 19
 

Default Re: How do I increase the size of a text field in "customer options"???

I fixed it.....heres the code I used instead:

{if $v.is_modifier eq 'T' & $v.classtext eq 'Keywords:'}
<textarea type="text" name="{$poname}" value="{$v.default|escape}" cols="35" rows="5"></textarea>
__________________
Version 4.1.9
Reply With Quote