Hi,
When saving TWRichText content to HTML, any text formatted as red or yellow is being converted to blue. For example, using MyText.SaveToFile('c:\myText.html', False, 'HTML'); produces incorrect colours. Has anything changed in recent versions? We upgraded to v9.4.2.0 recently, and earlier versions did not show this behaviour.
The HTML page source is below:
--></style></head><body>
<div class="emptypar"> </div>
<div class="emptypar"> </div>
<div><span style="color:Blue;font-family:'Calibri';font-size:11.00pt;">red</span></div>
<div><span style="color:Aqua;font-family:'Calibri';font-size:11.00pt;">yellow</span></div>
<div><span style="color:#00FF00;font-family:'Calibri';font-size:11.00pt;">green</span></div>
<div><span style="color:#0000FF;font-family:'Calibri';font-size:11.00pt;">blue</span></div>
<div><span style="font-family:'Calibri';font-size:11.00pt;">black</span></div>
</body></html>
We are using the WPToolbar along with WPRichText.