Setting a Sample font color to red using IE, then checking the source, it reads:
<body>
<p><span style="color: #cc0011"><span style="font-size: 18pt">Sample</span></span></p>
</body>
The saved page is good.
But
Setting a Sample font color to red using Firefox, then checking the source, it reads:
<body>
<p><span style="color: rgb(204, 0, 17);">Sample</span></p>
</body>
The saved font reverts to black ... regardless of color set. Is there a fix for this, please?
Thanks
<body>
<p><span style="color: #cc0011"><span style="font-size: 18pt">Sample</span></span></p>
</body>
The saved page is good.
But
Setting a Sample font color to red using Firefox, then checking the source, it reads:
<body>
<p><span style="color: rgb(204, 0, 17);">Sample</span></p>
</body>
The saved font reverts to black ... regardless of color set. Is there a fix for this, please?
Thanks