Error: element "TABLE" not allowed here

Please help.  I don't know what I am doing wrong here.  Every page I 
create won't validate due to this error.
---------------------------------------------------------------------------------------------------------------------

    * Line 17, column 55:

  <TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 WIDTH="750">
                                                         ^

      Error: element "TABLE" not allowed here; possible cause is an
      inline element containing a block-level element

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


Below is the source input I used for this validation:

   1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   2: <HTML>
   3: <HEAD>
   4:      <TITLE>K6ORJ'S Home Page</TITLE>
   5: 
   6:      <META HTTP-EQUIV="content-type"CONTENT="text/html; charset=ISO-8859-1">
   7:      <META NAME="generator" CONTENT="HTML Notepad v2.1">
   8:      <META NAME="Author"  CONTENT="Mark Carpenter Sr.">
   9:      <META NAME="Dicription" Content="K6ORJ's Home Page">
  10:      <META NAME="Keywords" Content="Mark Carpenter, K6ORJ, KD6ORJ, Ham Radio, Amateur Radio,">
  11: 
  12: </HEAD>
  13: 
  14: <BODY BGCOLOR="SEASHELL">
  15: <CENTER>
  16: <FONT SIZE="3">
  17: <TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 WIDTH="750">
  18: <TR VALIGN=TOP><TD HEIGHT="400">
  19: 
  20: <CENTER>
  21: <FONT SIZE="7" COLOR="FIREBRICK"><B>Welcome to K6ORJ's<BR>Homepage!</B></FONT>
  22: 
  23: <P>
  24: <A HREF="http://www.qsl.net/k6orj/"><FONT COLOR="RED">http://www.qsl.net/k6orj/</FONT></a>
  25: 
  26: <P>
  27: Sorry this page is still under construction.</CENTER>
  28: 
  29: <TR VALIGN=TOP><TD>
  30: <IMG SRC="notepad.gif" ALIGN="RIGHT" ALT="Created with Notepad">
  31: 
  32: </TR>
  33: </TABLE>
  34: </FONT>
  35: </CENTER>
  36: </HTML>
    

Received on Wednesday, 23 January 2002 01:32:06 UTC