The </table> Demo


Using a closing table tag to start this text area:

See validation errors below.






Validation Results
using
http://www.anybrowser.com/validateit.html


Extensions: netscape

Warning Level: Gateway Default (-d quote-attribute-value)

Sun Mar 25 15:51:38 US/Central 2001

1:<html>
2:<head>
3:<META NAME="generator" CONTENT="WebTV Page Builder v1.1">
4:<META NAME="description" CONTENT="">
5:<title>morestuff3</title>
6:</head>
7:<body bgcolor="silver" text="black" link="blue" alink="red" vlink="#ff00ff">

Beginning of "add an item"--"text" area.
Codes automatically added by Webtv are in UPPERCASE.
Error codes are in red.

8:<P>
9:<TABLE>
10:<TR><TD>
11:<P ALIGN=left>
--- empty container element <P>.
12:</table><br>
13:<h1 align="center">Demo</h1><br>
14:Using a closing table tag to start this text area: <br>
15:<br>
16:<a href="#1"><font color="#800000">See validation errors below.</font></a><br>
17:</TD></TR></TABLE>
--- unmatched </TD> (no matching <TD> seen).
--- unmatched </TR> (no matching <TR> seen).
--- unmatched </TABLE> (no matching <TABLE> seen).

18:</P>
--- unmatched </P> (no matching <P> seen).
End of "add an item"--"text" area:

Eliminating the validation errors

Top of page


19:<table border="0" cellpadding="0" cellspacing="2" width="100%">
20:<tr height=0>
--- unknown attribute "HEIGHT" for element <tr>.
21:<td height=0>
22:<spacer type=block width=30% height=0>
23:<td height=0>
24:<spacer type=block width=30% height=0>
25:<td height=0>
26:<spacer type=block width=30% height=0>
27:</tr>
28:<tr>
29:<td colspan="3">
30:<hr>
31:</td>
32:</tr>
33:<tr>
34:<td valign=middle width=30%>
35:<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">
36:<b>
37:</b></font></td>
--- empty container element <B>.
38:<td valign=middle width=30%>
39:<center>
40:<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size=-2><I>
41:<a href="http://www.webtv.net">Powered by WebTV</a>
42:</I></font></center>
43:</td>
44:<td align=right valign=middle width=30%>
45:<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">
46:<b>
47:</b></font></td>
--- empty container element <B>.
48:</td>
--- unmatched </TD> (no matching <TD> seen).
49:</tr>
--- unmatched </TR> (no matching <TR> seen).
50:<tr>
51:<td colspan="3">
52:<hr>
53:</td>
54:</tr>
55:</table>
56:</BODY>
57:</HTML>





Using this format results in validation errors as shown above:

<!-- beginning of editing area here -->
</table>

Rest of the page codes and contents added here

<!-- end of editing area here -->





But if you add opening table tags after your page content, table validation errors will not occur:

<!-- beginning of editing area here -->
</td></tr></table>

Rest of the page codes and contents added here

<table><tr><td>
<!-- end of editing area here -->





The table tags added by webtv and by the user will match up, eliminating the validation errors.

This is what the source code would look like, with automatically added webtv codes in UPPERCASE, and user-added codes in lowercase. Validation results of this method are here.

<P>
<TABLE>
<TR><TD>
<P ALIGN=left>

<!-- beginning of editing area here -->
</td></tr></table>

Rest of the page codes and contents added here

<table><tr><td>
<!-- end of editing area here -->

</TD></TR></TABLE>

Top of page


Powered by WebTV