Remove link image attached to image
3 posters
Page 1 of 1
Remove link image attached to image
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
Guest- Guest
Re: Remove link image attached to image
Hello @System32,
You can use this solution (replace your code to)
You can use this solution (replace your code to)
- Code:
.post-content a {
color:#1e88e5;
text-decoration:none;
}
.post-content a:not([href^="https://servimg.com/view/"]):not([href^="https://servimg.com/r/"])::before {
content: url('https://i.ibb.co/LhdS8fn/link.png');
}
TonnyKamper likes this post
Re: Remove link image attached to image
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Remove Enlarge/Reduce image link
» image as link?
» Need to remove 2 link
» link into an image
» Please remove my link from Forumotion.com
» image as link?
» Need to remove 2 link
» link into an image
» Please remove my link from Forumotion.com
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum