^Thank you for your help. I was poking around in the right area...but that is what I needed. The width of 100 threw my tables off but 50 worked perfect. In case anyone interested this is the code I used.
Quote:
{if $v.is_modifier eq 'T'}
<input id="po{$v.classid}" type="text" size = "50" name="{$poname}" value="{$v.default|escape}" />
|