View Single Post
  #23  
Old 12-29-2010, 01:38 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Modifying a 4.4.1 skin questions...

Change this

Quote:
{if $image_x ne 0} width="{150px}"{/if}
{if $image_y ne 0} height="{150px}"{/if} alt="{$product|escape}" />

to this
Quote:

{if $image_x ne 0} width="150px"{/if}
{if $image_y ne 0} height="150px"{/if} alt="{$product|escape}" />
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote