So, I am using my own code to attach image before a link, and it works fine. But when I upload image by servimg and then add it, it becomes link for some reason and next to the image I can see the link img.
My code:
My code:
- Code:
.post-content a {
color:#1e88e5;
text-decoration:none;
}
.post-content a::before {
content: url('https://i.ibb.co/LhdS8fn/link.png');
}
Last edited by System32 on November 29th 2022, 8:08 pm; edited 1 time in total