Page 1 of 1

CSS nach dem Element zum Einfügen eines Mailto-Links?

Posted: 20 Jan 2025, 15:41
by Guest
Ich versuche, einen Mailto-Link anzuzeigen. Ist das mit CSS möglich?

Code: Select all

.footer_column .fe:after {
content: "[url= mailto:info@site.com]info@site.com[/url]";
color: #333;
}

Code: Select all

[*]