View Single Post

Old 05-31-2009   #1 (permalink)
seemybiz
Junior Member
 
Join Date: Feb 2008
Posts: 20
seemybiz is on a distinguished road
Question Adding CSS To Custom Field

Howdy,

I need to add a style to the output of a custom field:
{assign var="state" value="field_state_"|cat:$item.state}
{$lang.field_state}: {$lang.$state}

Using this:
.ReportStatus {
color: #FF0000;
}

Where would I place it?

Thanks in advance
__________________
Brad
Learn or teach something new each day, or what's the point?
seemybiz is offline   Reply With Quote