"list-style-type" CSS supports various value like check, disc etc I was going through documentation and found we can also use string.
Something like
The HTML looks correct and shows "£" for all list items but generated PDF replaces "£" with • (disc, the HTML default)
Is list-style-type: <string> supported by princeXML?
Reference:
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
Something like
.abc {
list-style-type: "£";
}
The HTML looks correct and shows "£" for all list items but generated PDF replaces "£" with • (disc, the HTML default)
Is list-style-type: <string> supported by princeXML?
Reference:
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type