Hi, I need help changing font color of my page number.
I’m trying to convert html to pdf through Unoconv and I’m using the following html code on Ubuntu:
<div style='overflow: auto;'><div style='float: right; color: #FFFFFF; text-align: right; height: 55px; width: 32px; background-color: #DD1317; font-style: italic;'><sdfield type=PAGE subtype=RANDOM format=PAGE>3</sdfield></div></div>
But the outer div tag with the color:#FFFFFF property does not take effect and the color of the page number is black by default.
What am I supposed to do?
Thanks in advance,