Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 23, 20231 yr Hi. The code for links includes a lot of unnecessary elements like buttons in the editor or mentions etc. This should be improved, in my opinion. .ipsType_richText a, .ipsApp [data-ipsEditor] .cke_wysiwyg_div a { text-decoration: underline; } Personally, I implemented such a fix, but probably @Ehren will find something better. .ipsType_richText a:not([data-mentionid])[rel], .ipsApp [data-ipsEditor] .cke_wysiwyg_div a:not([data-mentionid]) { text-decoration: underline; } Edited March 23, 20231 yr by SeNioR-