0
Welcome Guest! Login
0 items Join Now

W3C MARKUP VALIDATION

    • ana's Avatar
    • ana
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    W3C MARKUP VALIDATION

    Posted 14 years 3 months ago
    • Hi
      I went to w3c and I realized that the web site that was working had errors, but did not know how to fix this type of error when modules are placed so that videos from youtube to work automatically and paypal modules work well without affecting the page ? as I must fix these errors?

      Line 561, Column 183: entity was defined here

      …=" www.youtube.com/v/-LCgrBoTs1M&autoplay=1...=&disablekb=&egm=&b…
      The error in this position is 1M&autoplay there are a lot error (19) in diferrent letters.

      With PAYPAL: How I will Fix this error? There are several.
      Line 767, Column 43: end tag for "input" omitted, but OMITTAG NO was specified

      <input type="hidden" name="tax" value="0">

      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

      Please I need youe help
      A.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: W3C MARKUP VALIDATION

    Posted 14 years 3 months ago
    • error #1. change & to &amp;

      error #2. Change <input type="hidden" name="tax" value="0"> to <input type="hidden" name="tax" value="0" />
    • ana's Avatar
    • ana
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    Re: W3C MARKUP VALIDATION

    Posted 14 years 3 months ago
    • Hi
      What about with you tube video. How I fix that error?
      Thank
      Ana
    • ana's Avatar
    • ana
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    Re: W3C MARKUP VALIDATION

    Posted 14 years 3 months ago
    • Hi
      I copy he link for you tube, How I will fix that error? because I used mod_devideo_v2.1.
      Ana
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: W3C MARKUP VALIDATION

    Posted 14 years 3 months ago
    • See #1

      I am unfamiliar with that module when I use embedded video (like Youtube) I paste the code into a mod_custom module or an article. I replace the ampersands ( & ) with the html version ( &amp; ). This is not a major issue so if you cannot solve it do not panic. But, having and error free html validation is always best.

Time to create page: 0.055 seconds