Hi to all,
I have a XML menu.
In submenu I need a partial text to be in red color.
My code follows
What I need is, only the text "(*note:Aft er reset,click calculate score to refresh score" to be in red colour.
But the output is coming as
Reset<font color='#ff0000> (*note:After reset,click calculate score to refresh score)</font>">
and no red color at all.
I have a XML menu.
In submenu I need a partial text to be in red color.
My code follows
Code:
<menu name="ENRBEnergyEfficiency_tab" text="Energy Efficiency"> . . . <submenu text="1-10 Renewable Energy"></submenu> <submenu text="Reset<font color='#ff0000'>(*note:After reset,click calculate score to refresh score)</font>"></submenu>
But the output is coming as
Reset<font color='#ff0000> (*note:After reset,click calculate score to refresh score)</font>">
and no red color at all.
Comment