You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to create a single underline using the following style: -rtfx-underline-color: black; -rtfx-underline-width: 1px;. But I need a double underline, what in web can be done using text-decoration-line: underline; text-decoration-style: double;. Could anyone say how to do it?
The text was updated successfully, but these errors were encountered:
It is possible to create a single underline using the following style:
-rtfx-underline-color: black; -rtfx-underline-width: 1px;
. But I need a double underline, what in web can be done usingtext-decoration-line: underline; text-decoration-style: double;
. Could anyone say how to do it?The text was updated successfully, but these errors were encountered: