Hello @onlaie
BLC uses “broken_link” to mark links that are broken, while it uses “removed_link” for the links that the plugin detected as removed.
By default, here are the CSS rules that BLC uses to mark these links:
.broken_link, a.broken_link {
text-decoration: line-through;
}
.removed_link, a.removed_link {
text-decoration: line-through;
}
You can go to Link Checker -> Local [old] -> General, and in the “Line tweaks” section, either enable or modify these styling rules.
Kind regards,
Jair.
Thread Starter
onlaie
(@onlaie)
Danke.
Ich hatte aber gehofft, diese Stile würden bei den früher als fehlerhaft/entfernt markierten Links bleiben, auch wenn man das Plugin deinstalliert.
Leider werden diese aber wieder aus dem generierten Quellcode entfernt, somit nützt mir das leider nichts. Sorry, das wusste ich gestern noch nicht.
Hello @onlaie
Since the mentioned classes are added dynamically, you need to keep the BLC plugin enabled if you want to use them.
When you disable or remove the plugin, those classes will be removed.
Best Regards
Amin