when i set the text's color with css in source mode
eg. <span style="color:#ff0000">hello</span>
when i press Source twice the text is changed ,becoming below text
<span style="color: rgb(255, 0, 0);">hello</span>
how can i keep the text ,waiting , thanks
eg. <span style="color:#ff0000">hello</span>
when i press Source twice the text is changed ,becoming below text
<span style="color: rgb(255, 0, 0);">hello</span>
how can i keep the text ,waiting , thanks
