tiameg Posted February 26, 2010 Share Posted February 26, 2010 Under config section there is a section where it says you can add custom affiliate links. I've tried (after reading the forum) adding this: <(center)><(a href="[AffiliateLinkCode]")><(img src="http://www.mydomain.com/aff/hosting_125_x_125_1.jpg")><(/a)><(p)> <(textarea cols="75")><(a href="[AffiliateLinkCode]")><(img src="http://www.mydomain.com/aff/hosting_125_x_125_1.jpg")><(/a)> ] I just have the above code showing up on the affiliate page, no banner image etc. ( I have uploaded the banner image) I'm using v 4.1.2 Can anyone tell me what I'm doing wrong here please, I want to get a banner to show in affiliate area? Thanks 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted February 26, 2010 Share Posted February 26, 2010 What you want is probably something like this: <a href="[AffiliateLinkCode]"><img src="http://www.mydomain.com/aff/hosting_125_x_125_1.jpg"></a><br /> <textarea><a href="[AffiliateLinkCode]"><img src="http://www.mydomain.com/aff/hosting_125_x_125_1.jpg"></a></textarea> With your code it will indeed show some plain text, but below the textarea is also written why: " Use <( for open brackets and )> for close brackets in HTML or else the HTML will be executed on the page ". 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.