How to put swipe emails+banners on CB affiliates page?

2 replies
I see that the big cb prodcuts have affilaite pages with swipe emails and banners. How do I get the emails on there(in the little boxes that you can scroll copy and paste) and the banners too?
#affiliates #banners #emails #page #put #swipe
  • Profile picture of the author sf_Imtiaz
    Originally Posted by bigballin6161 View Post

    the little boxes that you can scroll copy and paste
    Here's the HTML code for text area:

    HTML Code:
    <textarea cols="70" rows="30">
    email text here
    </textarea>
    you can add the banner code the same way, just copy the banner code within textarea tag below the image of the banner. The code should look something like this:


    HTML Code:
    <P>468 x 60 - Banner</p>
    <img src="http://your-site.com/path_to_banner_468_60.gif"><BR>
    
    <textarea cols="60" rows="8">
    <a href="http://your-affiliate-link.com"><img src="http://your-site.com/path_to_banner_468_60.gif" width="468" height="60" border="0"></a>
    </textarea>
    In the above example the code enclosed within textarea tag will be displayed as text.
    {{ DiscussionBoard.errors[5535756].message }}
    • Profile picture of the author bigballin6161
      Originally Posted by sf_Imtiaz View Post

      Here's the HTML code for text area:

      HTML Code:
      <textarea cols="70" rows="30">
      email text here
      </textarea>
      you can add the banner code the same way, just copy the banner code within textarea tag below the image of the banner. The code should look something like this:


      HTML Code:
      <P>468 x 60 - Banner</p>
      <img src="http://your-site.com/path_to_banner_468_60.gif"><BR>
      
      <textarea cols="60" rows="8">
      <a href="http://your-affiliate-link.com"><img src="http://your-site.com/path_to_banner_468_60.gif" width="468" height="60" border="0"></a>
      </textarea>
      In the above example the code enclosed within textarea tag will be displayed as text.
      I just tried the email one and when I put in the code in html when I go to my site it shows:
      <br />
      my content<br />
      <br />
      Why does it show this on my webpage?!
      {{ DiscussionBoard.errors[5884671].message }}

Trending Topics