Displaying first 35 comments.
| 1. Posted By: riverstore - - July 20, 2011, 8:00 pm |
Thanks for the great tool! I use it to clean MS Word HTML
|
| 2. Posted By: Rob Anderson - - December 17, 2011, 3:18 pm |
Just what I was looking for - thanks for making this available!
|
| 3. Posted By: Raphael - - November 12, 2012, 5:00 pm |
Thanks a lot of this great script. I just had to clean up the most ugly code know to man, I don't know how I would of done it with you.
Revolution Graphics
|
| 4. Posted By: Nathan Kinsler - - January 29, 2013, 6:43 am |
Excellent tool. This has saved us a lot of time. Thanks for sharing this.
BR.
Nathan.
|
| 5. Posted By: Robert Rudolf - - February 3, 2013, 2:03 am |
Thank you! I was desperate to find a tool like this. Great work.
|
| 6. Posted By: Jeremy Ratliff - - February 8, 2013, 7:48 am |
Thank you for this awesome tool, I too use it to clean up nasty MS Word HTML formatting.
|
| 7. Posted By: sebastiano - - March 8, 2013, 5:56 pm |
thank you very much for this, but could you remove the html code size limit? I have very big articles and your script cut them. Hope you can help.
|
| 8. Posted By: al bundy - - March 12, 2013, 9:19 pm |
Thank you, but the tool can't handle 190kb.
|
| 9. Posted By: Alex - - March 20, 2013, 3:22 am |
Hi Jeff!
Cool thing!
Can you give the code of this webtool to use it only in my intranet-webpage?
Thank you very much.
With best regards, Alex Golovlev.
E:mail: a_g0[at]mail[dot]ru
|
| 10. Posted By: Nik - - March 24, 2013, 9:01 am |
Nice tools, but it is stripping the class attribute out of span elements, when span is an element to not strip, and id and class are attributes not to strip
|
| 11. Posted By: Jeff - - March 25, 2013, 8:00 pm |
Hi Nik,
I'm not sure why that is happening to you. If I list <span> in the allowed tags and class in the allowed attributes then the html stripper does not strip them for me. Maybe you could provide some of the code you are trying and I can try and see why you are having a problem.
Jeff
www.seabreezecomputers.com/
|
| 12. Posted By: Nik - - March 26, 2013, 11:37 am |
Jeff, sorry, I tried to edit my comment but didn't want to spam your blog with comments. I was missing a comma between two of the attributes and this was throwing it off. Once I fixed that it worked perfectly!
Regards,
Nik
|
| 13. Posted By: Hardik Sondagar - - May 10, 2013, 6:12 am |
IF anyone looking for similar things with source code.
then check this www.htmltagstripper.com
|