Page 1 of 1

[Fixed] CSS: Strike + URL not working together

Posted: Tue Dec 17, 2024 3:00 pm
by Hares
URLs wrapped with strikethrough tag are not stoke over.

Code: Select all

[strike][url=http://example.com]Link: example.com[/url][/strike]
Link: example.com

Re: CSS: Strike + URL not working together

Posted: Tue Dec 17, 2024 6:39 pm
by Koub
Yeah that's probably because of me ^^'. I requested from the forum admins to ignore most formatting on URLs, because the spambots were starting to be too creative with cheesy URL hiding : setting the text color to the same of the background, setting the font size to 1, ... It was increasingly difficult to spot links added by spammers, and several times, I let through spams before that. Much easier now :)

Re: CSS: Strike + URL not working together

Posted: Thu Dec 19, 2024 12:52 pm
by Hares
Strikethrough should probably be allowed, it's common practice to strike now-obsolete or no-more-relevant information while also keeping it for historical reasons. And there's no way you can "cheat" t.

Re: CSS: Strike + URL not working together

Posted: Thu Dec 19, 2024 3:14 pm
by IsaacOscar
Hares wrote: Thu Dec 19, 2024 12:52 pm Strikethrough should probably be allowed, it's common practice to strike now-obsolete or no-more-relevant information while also keeping it for historical reasons. And there's no way you can "cheat" t.
Yeah, italic, bold, and underline should also be ok.
It's mainly just font size and colour that can be abused.

Re: CSS: Strike + URL not working together

Posted: Thu Dec 19, 2024 7:09 pm
by Koub
I agree with both of you, just wanted to give the context of why this was happening :mrgreen:

Re: CSS: Strike + URL not working together

Posted: Thu Dec 19, 2024 10:02 pm
by Jap2.0
See also 124748

Things that are valid: italics, bold, size*

Things that are not valid: color, strike, underline

And there's a convoluted set of rules to prevent any text from being under 70% size in any circumstances.