Problems with the use of TABLE

Hello everybody

I have a document with a table in it. When I run it through the HTML
validator I get one error:


--------------------------------
Line 47, column 79:

<table cellpadding="0" cellspacing="0" border="1" width="140">

Error: document type does not allow element "TABLE" here; missing one of
"APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

--------------------------------

I wonder why i get this error ... and I hope someone can help me.

This is the dokument:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<!-- Minus AutoDato -->
	<TITLE>WebTip.dk Menu</TITLE>
<META NAME="Generator" CONTENT="Stone's WebWriter 3">
<LINK REL="stylesheet" HREF="style.css" TYPE="text/css">
<base target="indhold">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000066" VLINK="#349238"
ALINK="#8E3B3C">

<center>
<FONT COLOR="#000000" FACE="'Arial'" SIZE="2">

<IMG SRC="billeder/logo.gif" BORDER="0" WIDTH="110" HEIGHT="33"
ALT="Logo"><BR><BR>


<!-- a lot of pictures -->

<a href="html/html_a-b.html#a">
<IMG SRC="billeder/a.gif" BORDER="0" WIDTH="27" HEIGHT="26" ALT="A">
</a><a href="html/html_a-b.html#b">
<IMG SRC="billeder/b.gif" BORDER="0" WIDTH="27" HEIGHT="26" ALT="B">
</a>
<a href="html/html_c-d.html#c">
<IMG SRC="billeder/c.gif" BORDER="0" WIDTH="27" HEIGHT="26" ALT="C">
</a>



<! -- a small table -->

<table BGCOLOR="#FFFFFF" CELLPADDING="0" CELLSPACING="0" BORDER="1"
width="140">
<tr>
<td align="center">
<img
src="http://www.sitetracker.com/cgi-bin/c.pl?account=89183&amp;font=j&amp;ty
pe=tot_hits" alt="SiteTracker">
<BR>
<B><font color="#000066" size="2">siden d. 23/10-2000</font></B>
</td>
</tr>
</table>


</font>
</center>
</body>
</html>




Regards
Jette

Received on Sunday, 29 October 2000 10:55:12 UTC