I currently have the code in my footer using echo implode (" | ", $ad_network); but 2 problems is it's showing 6 links not 5, and it's also too wide for the page sometimes due to the lenght of the links. How can I get it to show only 5, isn't that the limit? Also, how can I break it up to display 2 lines instead of 1? I tried every variable possible before using the $ad_network[1], $ad_network[2] method, but some links were text, others were text banners. TIA.