Posts by Luke Johnson • 1 point
2 posts
-
-1
votes3
answers93
viewsA: How to remove the image attribute?
You don’t have access to HTML ? why not just delete img ? Anyway, you can take it with CSS a[href='https://api.whatsapp.com/send?phone=55'] img { display:none; }…
-
-1
votes2
answers92
viewsA: How to back a label against a Checkbox
Dude, one thing you can do but I don’t know if it would be the best practice but it would solve your problem is to put a div or a label on top of that input checkbox, getting then…