----- Original Message -----
From: "Shel Belinkoff" <
Subject: Re: POW Page


> OK, but what did I do that's a "header tag"?  Can you point to
the line
> of code?

Since you asked.
I applied a basic declaration (  <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>  ) to your page
and then parsed it with a W3C service. Here is what it said
about your page:

Line 5, column 36:

       <font face='Arial' color='black'><h3>Picture of the
Week</h3>
                                           ^

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

     Line 6, column 61:

       <img
src="http://home.earthlink.net/~belinkoff/twohondas.jpg";>

^

     Error: required attribute "ALT" not specified

     Line 7, column 3:

       <h5><center>Two old Hondas abandoned in a field near my
house</center>
          ^

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

     Line 7, column 11:

       <h5><center>Two old Hondas abandoned in a field near my
house</center>
                  ^

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

     Line 8, column 7:

       <center>Leica M3 with 90mm Elmarit, Delta 100</center>
              ^

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

     Line 9, column 2:

       <p><center>
         ^

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

     Line 9, column 10:

       <p><center>
                 ^

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

     Line 13, column 19:

       </center></p></font>
                          ^

     Error: end tag for "H5" omitted; possible causes include a
missing end tag, improper nesting of elements, or use of an
element where it is not allowed

     Line 7, column 0:

       <h5><center>Two old Hondas abandoned in a field near my
house</center>
       ^

     Error: start tag was here

     Line 14, column 6:

       </HTML>
             ^

     Error: end tag for "CENTER" omitted; possible causes
include a missing end tag, improper nesting of elements, or use
of an element where it is not allowed

     Line 4, column 0:

       <center>
       ^

     Error: start tag was here

It is amazing sometimes that a page can work at all, but this is
the nature of HTML. Standards are put in place, then ignored
with a smile and a wink and mostly, the html readers can figure
it out.
William Robb
-
This message is from the Pentax-Discuss Mail List.  To unsubscribe,
go to http://www.pdml.net and follow the directions. Don't forget to
visit the Pentax Users' Gallery at http://pug.komkon.org .

Reply via email to