15 Posts
Oberon
9 years ago
Topic
Hi all

I try to use the html typo on a field catid to make some basic css styling.

For a test, I use this: <span style=color:red;>*value*<\span>

But it return me the number of the catid, not the name.


Is it possible? Does anyone have a list of attributes that can be use between the two * ? (I know only two: *value* and *label*)

Best regards

Oberon

Get a Book for SEBLOD
693 Posts
rpoy
9 years ago
1
Level 1
Hi Oberon,

Try:
<span style=color:red;>$cck->getText('art_catid');</span>


regards,

Randy
15 Posts
Oberon
9 years ago
0
Level 2
Hi Randy

Thanks, I assumed that it must be something like that.

Regerds

Oberon
Get a Book for SEBLOD