Quote:
Originally Posted by Acepimp
Thanks for the reply, Drexl! I see that this model Amber is linking to a custom domain 'amberlaray.com' and that domain redirects to her CB affiliate link. The white label didn't remove her custom link, so in this situation I think you may be right.
|
In this case there is no whitelabel involved, just a domain name with a permanent redirect to cb affiliate link.
Quote:
Originally Posted by Acepimp
I tried your css code but it removes all the images from profiles, even when they don't link to anything. Is there a way to strip outbound links but leave the images intact?
|
Yes sir, here is some code that will preserve the non-clickable images:
Code:
a[rel="nofollow"], a[rel="nofollow"] img {
visibility:hidden;
}
Note that in this case some broadcasters will be able to post images with "instructions", if you know what I mean
The code is provided as a starting point to help solve a shared issue. I don't have authority and it can surely be improved/modified by yourself or others.
