cancel
Showing results for 
Search instead for 
Did you mean: 

Text color option in design 2003 not working ?

Former Member
0 Kudos

Hi

I am using the following tag to display text in red

<htmlb:content id = "TRStatusDisplay"

design = "design2003"

labelDesignBar = "light"

controlRendering = "sap"

rtlAutoSwitch = "true" >

<htmlb:textView text = "TEST"

textColor = "red"

design = "header3" />

but the text is always coming in black - what else do i need to specify to get the text color ?

Thanks

Sen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sushmita,

check out the sample code,

<htmlb:textView text = "<span style='color: #00FF00'>Hello World</span>"

design = "EMPHASIZED" />

Regards,

Azaz Ali.

Answers (0)