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