Is there a code to double underline in code mode in the User Module Editor? I know there's no button for it, but I'm trying to find out if it's possible. I see that the codes for the single underline are <u>and</u>.
I searched for HTML codes and CSS codes (not that I know the difference), but I didn't see anything that looked very helpful.
I found I can use this (from http://www.html.am/html-codes/text/html-underline-code.cfm):
<p style="border-bottom: 1px double">text</p>
or
<span style="border-bottom: 1px double">text</span>
but it doesn't double it.
I can use this:
<span style="border-bottom: 1px double orange">text</span>
and I get a single orange underline (I like the fact I can select colors, but it's still not double).
I searched for HTML codes and CSS codes (not that I know the difference), but I didn't see anything that looked very helpful.
I found I can use this (from http://www.html.am/html-codes/text/html-underline-code.cfm):
<p style="border-bottom: 1px double">text</p>
or
<span style="border-bottom: 1px double">text</span>
but it doesn't double it.
I can use this:
<span style="border-bottom: 1px double orange">text</span>
and I get a single orange underline (I like the fact I can select colors, but it's still not double).
Last edited: