Hey all, sorry to constantly ask so many questions and give so little back to the community, I'm still learning. I'm not looking for an answer so much as a pointer in the write direction. Here's what I'm trying to do... I'm trying to use a feed from another site on my page. I have that part working, now I'm trying to format the data so that its in a readable format. When the feed is syndicated, the values don't line up correctly and are difficult to read. Gamertag: Standing, Score, Kills, Deaths, Assists MrJezusOnAStick: 4th, 9, 9, 12, 8 o EXTINCT Xx: 3rd, 13, 13, 23, 7 PowerOfPot: 2nd, 16, 16, 13, 4 rolanddanice2: 1st, 25, 25, 16, 3 In the feed itself, the info is just comma separated as seen above. My question is, is there a way to pickup the specific values from the feed and then print them?