Validation errors please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marky9378
    Confirmed User
    • Jun 2006
    • 205

    #1

    Validation errors please help

    Hi

    Can someone please help me with these validation errors and give me the correct coding.
    ------------------------------------------------------------
    The tag: "td" doesn't have an attribute: "background" in currently active versions.[XHTML 1.0 transitional]

    <td height="84" background="images/footer.jpg"><table width="773" border="0" align="center" cellpadding="0" cellspacing="0" class="boarder2">
    ------------------------------------------------------------
    Nesting error, "meta" should be closed before closing "head"[XHTML 1.0 transitional]

    </head>
    ------------------------------------------------------------
    The tag:"link" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

    <link rel="StyleSheet" href="styles.css" type="text/css" />
    ------------------------------------------------------------
    The tag:"style" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

    <style type="text/css" />
    ------------------------------------------------------------
    The tag:"meta" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

    <meta http-equiv="content-language" content="en" />
    ------------------------------------------------------------

    Please Please help with these errors
    Professional Website Design
  • rowan
    Too lazy to set a custom title
    • Mar 2002
    • 17393

    #2
    Not sure about the td attribute, but the rest sounds like you've forgotten a ">" at the end of your meta tag.

    Comment

    • wizzart
      scriptmaster
      • May 2006
      • 5246

      #3
      where you validate this?
      BimboZone

      Comment

      • marky9378
        Confirmed User
        • Jun 2006
        • 205

        #4
        no all the > are in the meta
        Professional Website Design

        Comment

        • marky9378
          Confirmed User
          • Jun 2006
          • 205

          #5
          Originally posted by wizzart
          where you validate this?

          i am validating it through dreamweaver
          Professional Website Design

          Comment

          • dozey
            Confirmed User
            • Nov 2004
            • 552

            #6
            The errors you have seem quite verbose already, have you tried reading them?

            Comment

            • marky9378
              Confirmed User
              • Jun 2006
              • 205

              #7
              Originally posted by dozey
              The errors you have seem quite verbose already, have you tried reading them?
              hi what do you mean
              Professional Website Design

              Comment

              • dozey
                Confirmed User
                • Nov 2004
                • 552

                #8
                The error messages, reading them, have you tried?

                Comment

                • marky9378
                  Confirmed User
                  • Jun 2006
                  • 205

                  #9
                  Originally posted by dozey
                  The error messages, reading them, have you tried?


                  yes i have
                  Professional Website Design

                  Comment

                  • dozey
                    Confirmed User
                    • Nov 2004
                    • 552

                    #10
                    If at first you don't succeed, try, try and try again

                    Comment

                    • dozey
                      Confirmed User
                      • Nov 2004
                      • 552

                      #11
                      Bored of waiting for you to figure it out yourself.


                      The tag: "td" doesn't have an attribute: "background" in currently active versions.[XHTML 1.0 transitional]

                      You cannot include blackround="somebackground" attributes in your <td ... > elements. Just as the error states.


                      Nesting error, "meta" should be closed before closing "head"[XHTML 1.0 transitional]

                      As rowan hinted, the meta tag hasn't been closed properly, just as the error states.


                      The tag:"link" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

                      Your <meta>...</meta> element cannot contain <link .. /> elements ie. external stylesheets, just as the error states.


                      The tag:"style" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

                      Once again, Your <meta>...</meta> element cannot contain <style ..>...</style> elements, just as the error states.


                      The tag:"meta" is not allowed within: "meta" It is only allowed within: head.[XHTML 1.0 transitional]

                      By the sounds, you have opened a meta tag rather than closing an existing one as rowan hinted. Just as the error...

                      Comment

                      • CurrentlySober
                        Too lazy to wipe my ass
                        • Aug 2002
                        • 38945

                        #12
                        i like poo


                        👁️ 👍️ 💩

                        Comment

                        Working...