View Single Post
  #7  
Old 12-20-2004, 09:21 AM
 
balinor balinor is offline
 

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

Default

No problem Replace this:

Code:
{$lng.lbl_your_email}

With this:

Code:
<span class="classname">{$lng.lbl_your_email}</span>

where classname is the name of the style from skin1.css or a new style you create.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote