Rss Feed displaying <br/>

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 9, 2010   (RSS)

Re: [rentittoday] Rss Feed displaying <br/>

By Jason - April 9, 2010

Hi,

You can try using the strip_tags function where you're outputting your content. For example:

echo strip_tags($record['details'];

This will remove ALL HTML tags from that string.

Let me know if that helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Rss Feed displaying <br/>

Awesome, that seems to have fixed it! :)

Thank you.
Jason Glass