Title: Table formating
Last modified: August 21, 2016

---

# Table formating

 *  [epp382](https://wordpress.org/support/users/epp382/)
 * (@epp382)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/table-formating/)
 * Hello Allen, first of all, thank yhou for this wonderfull plugin!
 * I have a problem with the html formating of a table from an rss source. here 
   is the source
    [https://api.zotero.org/users/1010169/items/top?start=0&limit=25&key=7QjAwABr9YIkH6HBz1u4K7Jx](https://api.zotero.org/users/1010169/items/top?start=0&limit=25&key=7QjAwABr9YIkH6HBz1u4K7Jx)
 * in order to fix it I removed in the file wp-rss-multi-importer/inc/excerpt_functions.
   php at line 627 the strip_tags() function
 * old: $content = limitwords($maxchars,strip_tags($content));
    new: $content = 
   limitwords($maxchars,$content);
 * and now it works fine.
 * I think that there is a need for a ‘strip none’ option.
 * Best regards,
    Giannis
 * [https://wordpress.org/plugins/wp-rss-multi-importer/](https://wordpress.org/plugins/wp-rss-multi-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/table-formating/#post-5029989)
 * Thanks…I’ll add that option.

Viewing 1 replies (of 1 total)

The topic ‘Table formating’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Allen](https://wordpress.org/support/users/amweiss98/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/table-formating/#post-5029989)
 * Status: not resolved