0
Welcome Guest! Login
0 items Join Now

XHTML Validation

    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    XHTML Validation

    Posted 17 years 5 months ago
    • Hi Rocketteers!
      I need some help regarding the validation of my site guyaneweb.com
      There are 134 errors! and the site is not indexed in Gg. I really don't know if the validation problem have a relation with Google. Anyway, I'd like to correct the errors.

      validator.w3.org/check?uri=http%3A%2F%2F...ly%29&doctype=Inline

      I know Arifin have some knowledges about validation... ;)
      Thanks for your help guys!
  • Re: XHTML Validation

    Posted 17 years 5 months ago
    • Hello Franck,

      There are some invalid XHTML codes in your source, for example :
      <TABLE width="100%" border=0 cellPadding=0 cellSpacing=0>
      XHTML is all lower-case, and you forgot to put "" between 0, then cellpadding is correct but cellPadding is false, cellspacing is correct but cellSpacing is incorrect.

      <TBODY>, <TR>, <TD>, etc
      Remember that XHTML is all lower-case.

      <embed src='modules/mod_xevidminiPro/Xe-VidMiniV1Pro.swf?automode=0&stretch= ......
      To embed flash object while supporting XHTML standard, you can visit this link :
      alistapart.com/articles/flashsatay

      <img .... >
      When using img tag, dont forget to add "alt" and "/" to close the tag.
      For example:
      <img src="your picture source"> --- Invalid because no alt and no /
      <img src="your picture source" /> --- Invalid because no alt specified
      <img src="your picture source" alt="This is picture" /> --- Valid ( I always type <img src="your picture source" alt="This is picture" title="This is picture" /> )

      <script Language="JavaScript">
      Using <script> tag, please specify at least the "type" of script.
      <script type="text/javascript" language="JavaScript">

      <input name='time_inp' type=text size=18>
      Remember to put "/" to close the shorten tag.
      <input type="text" name="" />


      & must be & to valid the XHTML.


      And there are still some incorrect codes... You can correct above codes first, and let we check again after it. ;)


      Best Regards,

      Arifin FinLy
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: XHTML Validation

    Posted 17 years 5 months ago
    • WOW! Thank you very much Arifin! I will correct those errors to see what append. But it's very starnge to have those type of error since I don't have modified anything. Is the code of some addons incorrect? Upper-case instead lower-case, etc. ?
    • Franck's Avatar
    • Franck
    • Elite Rocketeer
    • Posts: 1049
    • Thanks: 0

    Re: XHTML Validation

    Posted 17 years 5 months ago
    • Well, I confess that I'm totally lost :P I can't find the lines with false code mencioned in the index!!!
      It's possible all that "wrong" code became from some components main file? If it's the case, it'll be a long long and difficult way bc I have a lot of components in this site :-\
  • Re: XHTML Validation

    Posted 17 years 5 months ago
    • Yes, it comes from your component and modules. The default template valid XHTML, so the invalid codes must come from component and modules installed.

Time to create page: 0.047 seconds