View Single Post
  #3  
Old 03-09-2008, 01:10 PM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Re: Cleaning up the look of displayed options

Quote:
Originally Posted by balinor
You'd need to hard-code a width in modules/product_options/customer_options.tpl


Yes, I tried that. I changed:

Code:
<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class}{/if}</td> <td valign="middle">

to this:

Code:
<td valign="middle" height="25" width="200">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class}{/if}</td> <td valign="middle" width="200">

With no success............
__________________
4.4
Code:
Hello World
Reply With Quote