Break line inserted in affiliate links page

Discussion in 'Installation' started by bruceg, Dec 28, 2007.

  1. bruceg

    bruceg New Member

    Joined:
    Dec 24, 2007
    Messages:
    11
    HI !

    I've set up affiliate links and banners and at http://www.bookiesniper.com/amember/aff.php?action=links
    they are all showned without any break line and it looks sloppy.

    It looks like following:

    You can use the following text links to advertise our website:
    BookieSniper.com
    HTML code: <a href="http://www.bookiesniper.com/amember/go.php?r=3&i=l0">BookieSniper.com</a>
    BookieSniper.com Free Ebook
    HTML code: <a href="http://www.bookiesniper.com/amember/go.php?r=3&i=l1">BookieSniper.com Free Ebook</a>
    You can use the following banners to advertise our website:


    And I want to show with break line like this:

    You can use the following text links to advertise our website:

    BookieSniper.com
    HTML code: <a href="http://www.bookiesniper.com/amember/go.php?r=3&i=l0">BookieSniper.com</a>

    BookieSniper.com Free Ebook
    HTML code: <a href="http://www.bookiesniper.com/amember/go.php?r=3&i=l1">BookieSniper.com Free Ebook</a>

    You can use the following banners to advertise our website:



    How and where can I input a <br> command to get at least one line of space between each new affiliate text and banner link ?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can do this in /amember/templates/aff_links.html template
  3. bruceg

    bruceg New Member

    Joined:
    Dec 24, 2007
    Messages:
    11
    Thanks for info - works great.
  4. bruceg

    bruceg New Member

    Joined:
    Dec 24, 2007
    Messages:
    11
    BookieSniper modifications for betting membership

    I modified this affiliate php file a bit more and added few more break lines
    and now it looks much better.

    You can see it for yourself on the following screen shot how
    BookieSniper affiliate links inside of membership area looks like.

    [​IMG]

    As you can see I've added break lines between html code and current banner
    and between current banner and start of html code for next banner.

    I also made a bit different number of break lines depending if banner is for same link ID
    or already html code for next link ID starts.

Share This Page