Project

General

Profile

Task #1983

Updated by Andrei Bintintan over 2 years ago

Add inline style support for color, font-size 
 ``` 
 <span style="color: #FF8000">More text</span> <span style="color: #0000BB; font-size: 12px">Initial text</span> <span style="color: #FF8000">More text</span> 
 ```

Back