Jump to content

Adding affiliate banners in affiliate links


tiameg

Recommended Posts

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

Link to comment
Share on other sites

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 ".

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated