![]() |
|
|||||||
| General Chat That's the right place for your to discuss anything you want. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 20
![]() |
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? |
|
|
|
|
|
#2 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 623
![]() |
Hi Brad,
first of all you need to add a wrapper, something like that: Code:
{$lang.field_state}: <span class="ReportStatus">{$lang.$state}</span>
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
|
|
#3 (permalink) | |
|
Junior Member
Join Date: Feb 2008
Posts: 20
![]() |
Quote:
![]() Thank you
__________________
Brad Learn or teach something new each day, or what's the point? |
|
|
|
|
|
|
#4 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 623
![]() |
always at your service
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
![]() |
| Tags |
| css, custom field, style |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Editing Car Field | TurXaliM | Subrion Core Discussion | 2 | 03-23-2008 10:30 PM |
| How to Lengthen Title Field | LorenGK | Subrion Core Discussion | 8 | 06-15-2007 02:47 AM |