why doesn't this validate

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cruiserweight

    why doesn't this validate

    this is my first xhtml project and i can't understand for the life of
    me why this page



    does not validate.

    i'm sure (hoping) someone can enlighten me

    cheers!
  • Neal

    #2
    Re: why doesn't this validate

    On 14 May 2004 08:29:29 -0700, cruiserweight <bayon86@yahoo. com> wrote:
    [color=blue]
    > this is my first xhtml project and i can't understand for the life of
    > me why this page
    >
    > http://www.k4media.com/veiyo/contact.html
    >
    > does not validate.
    >
    > i'm sure (hoping) someone can enlighten me
    >
    > cheers![/color]


    At first glance it appears you have a </form> without a matching <form>.

    Comment

    • Steve Pugh

      #3
      Re: why doesn't this validate

      bayon86@yahoo.c om (cruiserweight) wrote:
      [color=blue]
      >this is my first xhtml project and i can't understand for the life of
      >me why this page
      >
      >http://www.k4media.com/veiyo/contact.html
      >
      >does not validate.
      >
      >i'm sure (hoping) someone can enlighten me[/color]

      Improper nesting of elements. When I remove all the properly nested
      elements I'm left with:

      <form method="post" action="/veiyo/contact.html">
      <div class="containe r">

      </form>
      </div>

      Which exactly matches the errors given by the validator.

      Steve

      --
      "My theories appal you, my heresies outrage you,
      I never answer letters and you don't like my tie." - The Doctor

      Steve Pugh <steve@pugh.net > <http://steve.pugh.net/>

      Comment

      • Harlan Messinger

        #4
        Re: why doesn't this validate


        "cruiserwei ght" <bayon86@yahoo. com> wrote in message
        news:18bdba0a.0 405140729.1be69 5af@posting.goo gle.com...[color=blue]
        > this is my first xhtml project and i can't understand for the life of
        > me why this page
        >
        > http://www.k4media.com/veiyo/contact.html
        >
        > does not validate.
        >
        > i'm sure (hoping) someone can enlighten me[/color]

        Assuming you used the W3C validator, you didn't find the following specific
        reasons it gave you sufficiently informative?

        Below are the results of attempting to parse this document with an SGML
        parser.

        1. Line 67, column 6: end tag for "div" omitted, but OMITTAG NO was
        specified

        </form>

        2. Line 14, column 0: start tag was here

        <div class="containe r">

        3. Line 69, column 5: end tag for element "div" which is not open

        </div>


        Comment

        • cruiserweight

          #5
          Re: why doesn't this validate

          "Improper nesting of elements"

          That was it. The <form> and </form> elements were "improperly nested".
          The Wc3 error message does not make sense (to me) in this regards,
          hence the post. Cheers.

          Comment

          • Karl Groves

            #6
            Re: why doesn't this validate


            "cruiserwei ght" <bayon86@yahoo. com> wrote in message
            news:18bdba0a.0 405141915.2cebb 5f0@posting.goo gle.com...[color=blue]
            > "Improper nesting of elements"
            >
            > That was it. The <form> and </form> elements were "improperly nested".
            > The Wc3 error message does not make sense (to me) in this regards,
            > hence the post. Cheers.[/color]

            Who are you talking to?
            Please learn how to quote.


            --
            Karl Core

            Link of the day:



            Comment

            • Werner Partner

              #7
              Re: why doesn't this validate

              cruiserweight schrieb:
              [color=blue]
              > this is my first xhtml project and i can't understand for the life of
              > me why this page
              >
              > http://www.k4media.com/veiyo/contact.html
              >[/color]

              I read:
              This Page Is Valid XHTML 1.0 Transitional!

              Congratulation! And it's a nice page!

              Werner

              --
              -----------------------------------------------------------
              Werner Partner * Tel +49 2366 886606 * Fax: 886608
              mailto:kairos@s onoptikon.de * http://www.sonoptikon.de
              hören Sie Klassik: http://www.drmk.ch/

              Comment

              • Harlan Messinger

                #8
                Re: why doesn't this validate


                "cruiserwei ght" <bayon86@yahoo. com> wrote in message
                news:18bdba0a.0 405141915.2cebb 5f0@posting.goo gle.com...[color=blue]
                > "Improper nesting of elements"
                >
                > That was it. The <form> and </form> elements were "improperly nested".
                > The Wc3 error message does not make sense (to me) in this regards,
                > hence the post. Cheers.[/color]

                Then why didn't you give us the message to interpret, instead of requiring
                us to go validate your page ourselves to figure out what was going on?

                Comment

                • Harlan Messinger

                  #9
                  Re: why doesn't this validate


                  "Werner Partner" <kairos@sonopti kon.de> wrote in message
                  news:tilkn1x0tg .ln2@idefix.dom ...[color=blue]
                  > cruiserweight schrieb:
                  >[color=green]
                  > > this is my first xhtml project and i can't understand for the life of
                  > > me why this page
                  > >
                  > > http://www.k4media.com/veiyo/contact.html
                  > >[/color]
                  >
                  > I read:
                  > This Page Is Valid XHTML 1.0 Transitional!
                  >[/color]

                  Well, of course. You responded two days later, and he'd had a chance to
                  implement the fix that he was given.

                  Comment

                  • Werner Partner

                    #10
                    Re: why doesn't this validate

                    Harlan Messinger schrieb:
                    [color=blue]
                    > "Werner Partner" <kairos@sonopti kon.de> wrote in message
                    > news:tilkn1x0tg .ln2@idefix.dom ...
                    >[color=green]
                    >>cruiserweig ht schrieb:
                    >>
                    >>[color=darkred]
                    >>>this is my first xhtml project and i can't understand for the life of
                    >>>me why this page
                    >>>
                    >>>http://www.k4media.com/veiyo/contact.html
                    >>>[/color]
                    >>
                    >>I read:
                    >>This Page Is Valid XHTML 1.0 Transitional!
                    >>[/color]
                    >
                    >
                    > Well, of course. You responded two days later, and he'd had a chance to
                    > implement the fix that he was given.
                    >[/color]

                    so I came too late - but I had a chance to see your nice site :-)

                    Werner

                    --
                    -----------------------------------------------------------
                    Werner Partner * Tel +49 2366 886606 * Fax: 886608
                    mailto:kairos@s onoptikon.de * http://www.sonoptikon.de
                    hören Sie Klassik: http://www.drmk.ch/

                    Comment

                    Working...