Forum How do I...?

how to apply double underline

newgen
Hi,

1. I need to apply a double underline. I tried to apply below CSS but not work.

text-decoration-line: underline;
text-decoration-style: double;


2. How to increase the gap between text and underlining in CSS.


Regards,
Newgen
mikeday
Prince only supports dashed, dotted, and solid underline at the moment. However you could use a double border-bottom, as this would also increase the gap between the line and the text.
dlpBNA
Has this changed since 2020? I need to have single and double underlines under data in a table. Using the solution mentioned above the line in the width of the cell and not the text.
mikeday
Prince latest builds support double (and wavy!) underlines.
dlpBNA
Great, I will upgrade and give it a try.
dlpBNA
This worked once I was able to get the latest build running.

Thank You.