Page 1 of 1

HTML Syntax checker

Posted: Mon Sep 23, 2002 12:59 pm
by Ray at work
Hi group,

I thought that I had seen an add-on for Textpad that was an HTML syntax checker. Like it was something to just scan my current document to check to see if all my by HTML tags are opened and closed. (Like, no <TD> without a </TD>.) I can't find anything in the add-ons area. Was I imaging things? Does anyone know if this exists?

Thanks,

Ray at work

Re: HTML Syntax checker

Posted: Tue Sep 24, 2002 7:29 am
by Thomas Schremser
Hi Ray!

Probably you meant "tidy": http://tidy.sourceforge.net/

HTH
Greetings from Austria
Thomas

Re: HTML Syntax checker

Posted: Thu Sep 26, 2002 1:16 am
by mo
These are not "add-in"s but "tools" meaning if you get the program then TextPad will work with that program.

I use and like very much CSE5 http://www.htmlvalidator.com/ which can be loaded as a tool for TextPad. You just click Tools>CSE and it opens up CSE with that file and you validate and correct. Your corrections are passed to the TextPad File.

There is a CSS tool as well Top Style or Top Style Lite

Re: HTML Syntax checker

Posted: Fri Sep 27, 2002 1:10 pm
by Ray at work
Thanks to you both. I'm checking them out now.

Ray at work