View Single Post
  #1  
Old 05-18-2006, 04:55 AM
 
Grant Grant is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 171
 

Default Am I just being a div?

I've created a new css class (below) and added it to the bottom of skin1.css

Quote:
.ArtistText {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #666666; FONT-SIZE: 18px;
}

I'm calling it in the following manner...

Quote:
<FONT CLASS=".ArtistText">{assign var="Artist" value=$products[product].productid|extrafield:3} {if $Artist ne ""} {$Artist} {/if}</font>

...but it is just displaying the text in the standard 'FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; COLOR: #550000; FONT-SIZE: 10px; way?

Where am I going wrong?
__________________
X-Cart version : 4.0.18
Mod : Customer Also Bought
Mod : Custom catergory Templates
Mod : Custon Product Templates
Reply With Quote