Forum Moderators: open

Message Too Old, No Replies

HTML table validator

HTML table validator tool or software

         

rezash

12:15 am on Aug 12, 2005 (gmt 0)

10+ Year Member



Hi,
Can someone please tell e too to validate HTML tables, are tags are complete and nested? a tool that shows missed tags in big thtml table pages.

thanks,
Reza

Robin_reala

6:34 am on Aug 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[validator.w3.org ], although this will validate your entire page.

encyclo

2:53 pm on Aug 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The W3C validator is a bit limited in this capacity if you are using HTML (not (XHTML), however, as
</tr>
and
</td>
are both optional in HTML, but it is a bad idea to leave them out as this can cause browser inconsistencies (old Netscape versions could leave out large chinks of the table if there were missing end tags, for example. So this is valid HTML:

<table>
<tr>
<td><p>text
<table>
<tr>
<td><p>text
</table>
</table>

You could force the validator to validate the page as XHTML and ignore the other errors, but that's awkward at best.

I believe that one of the wysiwyg editors can do a proper validation - perhaps Dreamweaver? Has anyone got any other ideas on this?

rezash

11:35 pm on Aug 12, 2005 (gmt 0)

10+ Year Member



Thanks for feedback, any more tools?

mcwebedit

5:43 am on Aug 17, 2005 (gmt 0)

10+ Year Member



Yes, Dreamweaver will validate it and will tell you that you have not closed the td and also that it is optional in html.
LIFT will also validate tables. [usablenet.com...]

mcwebedit

5:48 am on Aug 17, 2005 (gmt 0)

10+ Year Member



I forgot to say - also ARealValidator [arealvalidator.com...] is very good, and HTMLTidy [w3.org...] is good.

bruhaha

7:41 pm on Aug 17, 2005 (gmt 0)

10+ Year Member



If you want to check a file (or a batch of files) locally, and you are on Windows, try CSE HTML Validator at [htmlvalidator.com ]

tbear

9:29 pm on Aug 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The old arachnophilia 4.0 editor will also validate tables (but it ain't rocket science).. ;)