how to recover from the following error while validating the layout

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suganthy
    New Member
    • Nov 2007
    • 8

    how to recover from the following error while validating the layout

    Hi Frnz,

    I have problem in validating my website,using wc3 validation control,

    Here the following error i got while debugging my layout.can any one find solution to this problem.

    # Line 489, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="thx" value="http://mydiscover.bhis tg.beta.hodes.c om/tha


    # Error Line 490, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="err" value="http://mydiscover.bhis tg.beta.hodes.c om/New


    # Error Line 492, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="usub" value="http://mydiscover.bhis tg.beta.hodes.c om/ho


    # Error Line 493, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="MID" value="60196"/>


    # Error Line 182, Column > 80: XML Parsing Error: Attribute border redefined.

    …" name="ImageButt on2" id="ImageButton 2" border="0" src="ImagesFina l/discover_…

    Thanks
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by suganthy
    Hi Frnz,

    I have problem in validating my website,using wc3 validation control,

    Here the following error i got while debugging my layout.can any one find solution to this problem.

    # Line 489, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="thx" value="http://mydiscover.bhis tg.beta.hodes.c om/tha


    # Error Line 490, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="err" value="http://mydiscover.bhis tg.beta.hodes.c om/New


    # Error Line 492, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="usub" value="http://mydiscover.bhis tg.beta.hodes.c om/ho


    # Error Line 493, Column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

    <input type=hidden name="MID" value="60196"/>


    # Error Line 182, Column > 80: XML Parsing Error: Attribute border redefined.

    …" name="ImageButt on2" id="ImageButton 2" border="0" src="ImagesFina l/discover_…

    Thanks
    Can you post your code here so that we may see it as a whole and not just pieces?

    Thanks!

    Jeff

    Comment

    • suganthy
      New Member
      • Nov 2007
      • 8

      #3
      Originally posted by numberwhun
      Can you post your code here so that we may see it as a whole and not just pieces?

      Thanks!

      Jeff
      hi jeff,

      thanks for ur replay,r u meaning the html code of the file...


      Many thanks

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        Originally posted by suganthy
        hi jeff,

        thanks for ur replay,r u meaning the html code of the file...


        Many thanks
        Yes. And please be sure to place it in the proper &#91;code] &#91;/code] tags.

        Regards,

        Jeff

        Comment

        • brettl
          New Member
          • Sep 2007
          • 41

          #5
          I think your input tags should look like this:
          Code:
          <input type="hidden" name="err" value="http://mydiscover.bhistg.beta.hodes.com/New"/>

          Comment

          Working...