View Single Post
  #4  
Old 05-27-2006, 02:50 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Replace this:

Code:
<SPAN class=> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if} </SPAN>

with this:

Code:
<SPAN class="description"> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if} </SPAN>

now go into skin1.css, and add this:

.description {font-size: 12px;}

Replace 12px with whatever size you want the description text to appear. If it doesn't work, try replacing the span tag with a div tag.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote