Ok I have a php file that outputs the RSS feeds into html, and I used the include command to integrate that into an existing page I have, the feeds show up fine, BUT when it's something like it's it displays it with a bunch of weird characters. And in the original RSS php file it shows up fine. I have a feeling it might be the CSS for the current page, but I'm not sure how I would fix it. Any help is appreciated
Yep that was it, I did the thing you told me via PM and it worked. Thanks This is what he told me, and it worked for me: Look for and change the iso-8859-1 to UTF-8 or whatever char. set the RSS feed is using. Most of them use UTF-8 though. And after the change it should look like this: