PumpinIron
Well-known member
I'm trying to make the links in the rich text editor underline by default, as not having them underline is a bit hard to edit, as sometimes you can't tell they are links when you're editing them.
I tried this code:
But that doesn't work at all. Actually, I've tried a ton of different CSS code, but none of it seems to work.
Any input on this would be appreciated!
I tried this code:
CSS:
textarea[name=message_html] a {
text-decoration: underline !important;
}
But that doesn't work at all. Actually, I've tried a ton of different CSS code, but none of it seems to work.
Any input on this would be appreciated!