We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jul 26, 2017 8:13 PM
I was trying to pull out my RSS feed url for a blog aggregator and got this:
"This XML file does not appear to have any style information associated with it."
http://info.summercampguru.com/scg-spotlight/rss.xml
Do I need to change settings or a code somewhere?
Solved! Go to Solution.
Jul 26, 2017 9:38 PM
Hi @summercampguru This message simply says that the RSS url is raw HTML and doesn't have any styling associated with it (styling in this case would be font designations and other things that make the text look "pretty"). This is typical of RSS feeds as feed readers usualy apply basic styling. You will see this message if you try andview the feed in a browser that doesn't include feed reading capabilities (ie Chrome will not read RSS feeds, while IE and Firefox will both read RSS feeds) If you place an RSS feed in Chrome, you will a long string of HTML, while the other browsers will show readable formattted blog posts.
The readability depends on the feed reader; there is not a way to adjust the feed to add styling.
Ed
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
Jul 26, 2017 9:38 PM
Hi @summercampguru This message simply says that the RSS url is raw HTML and doesn't have any styling associated with it (styling in this case would be font designations and other things that make the text look "pretty"). This is typical of RSS feeds as feed readers usualy apply basic styling. You will see this message if you try andview the feed in a browser that doesn't include feed reading capabilities (ie Chrome will not read RSS feeds, while IE and Firefox will both read RSS feeds) If you place an RSS feed in Chrome, you will a long string of HTML, while the other browsers will show readable formattted blog posts.
The readability depends on the feed reader; there is not a way to adjust the feed to add styling.
Ed
![]() | Did my post help answer your query? Help the Community by marking it as a solution |
Jul 26, 2017 10:01 PM
Clearly I'm a novice. Should have been using Firefox like I usuallly do.
Thanks so much!