Got a problem with my joomla template

Discussion in 'Joomla' started by pedigreechump6, Jan 25, 2007.

  1. #1
    Hi everyone,

    Does anyone know what I can do to stop my site doing this when an RSS feed has this many elements.

    If I limit it to 15 entires being shown then it looks fine but I want to be able to show more than this.

    I use the inbuilt News Feeds component. What would be even better would be if someone could come up with a way of having a feed broken down into multiple pages so that after 15 entries a second page is made, and then another after 30 entries.

    I really want to make this work so any help will be greatly appreciated.

    Thanks
     
    pedigreechump6, Jan 25, 2007 IP
  2. JanetSystems

    JanetSystems Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    Try adding

    background-repeat: repeat-x;

    to your body style

    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    background-image: url(http://www.job-centre-vacancies.co.uk/templates/business_blue/images/BG.png);
    }

    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    background-image: url(http://www.job-centre-vacancies.co.uk/templates/business_blue/images/BG.png);
    background-repeat: repeat-x;
    }

    Neil
     
    JanetSystems, Jan 25, 2007 IP
    pedigreechump6 likes this.
  3. pedigreechump6

    pedigreechump6 Active Member

    Messages:
    604
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #3
    pedigreechump6, Jan 25, 2007 IP
  4. pedigreechump6

    pedigreechump6 Active Member

    Messages:
    604
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Hey thanks, that worked perfectly!
     
    pedigreechump6, Jan 25, 2007 IP