GetSimple Support Forum

Full Version: Affiliate Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. :
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.ftjcfx.com/image-7886760-12077207-1425667166000" width="250" height="250" alt="" border="0"/></a>
what the site is showing:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"></a>
I can replace the <img tag with text and it will show - why is GetSimple adding:
width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"
to the images??
(2015-08-28, 05:10:58)bluzer Wrote: [ -> ]My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. :
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.ftjcfx.com/image-7886760-12077207-1425667166000" width="250" height="250" alt="" border="0"/></a>
what the site is showing:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"></a>
I can replace the <img tag with text and it will show - why is GetSimple adding:
width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"
to the images??

The first img src is a redirect. Maybe that's why GetSimple blocks the image.
try this (use the second img src)


Code:
<a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank">
<img src="http://www.yceml.net/0151/12077207-1425668655716" width="250" height="250" alt="" border="0"/></a>
Hi Bluzer, just checking on this. Did you try the suggested html code? I was wondering if this worked for you. [Image: 1.gif]