Problem with tables.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with tables.

    MyToplist url: Mobile Wap Top

    MY pages markup seems to be valid, but there is an problem with Mobile O.K..



    I've tried to fix errors with Mobile O.K Validator but some still i cant fix.

    Is there any way to fix it without changing tables desing for toplist?

    #2
    Originally posted by Malka1 View Post
    MyToplist url: Mobile Wap Top

    MY pages markup seems to be valid, but there is an problem with Mobile O.K..



    I've tried to fix errors with Mobile O.K Validator but some still i cant fix.

    Is there any way to fix it without changing tables desing for toplist?
    i doubt that the mobile ok test is soooo important, i remember at mobiReady - dotMobi compliance & mobileOK checker it was recomended to add access keys to links so ive done it, after that half of my users couldnt access the site because their mobiles had problems with acesskeys.
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      This really does not matter thou w3.org...

      use mobiReady - dotMobi compliance & mobileOK checker
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        That sucks, it says i have no XHTML Mobile Doctype, in fact i have!

        PHP Code:
        <?xml version="1.0" encoding="UTF-8"?><!-- Start xhtml -->
        <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

        <html xmlns="http://www.w3.org/1999/xhtml">

        Comment


          #5
          Originally posted by Malka1 View Post
          That sucks, it says i have no XHTML Mobile Doctype, in fact i have!

          PHP Code:
          <?xml version="1.0" encoding="UTF-8"?><!-- Start xhtml -->
          <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

          <html xmlns="http://www.w3.org/1999/xhtml">
          im using this one:
          PHP Code:
          echo '<?xml version="1.0"?>
          <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
          <html xmlns="http://www.w3.org/1999/xhtml">
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>';
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            Code:
            header("Content-Type: application/xhtml+xml; charset=utf-8");
            echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML Basic 1.1//EN\" \"http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd\">\n";
            echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
            This what i use for mobile phones....
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              Thanx GUM, i think DOCTYPE 1.1 fixed problem, seems they dont like 1.0 version.

              P.S Can anybody tell me the diffrence between XHTML M.P 1.1 and 1.2 ?

              Comment


                #8
                Look use ready.mobi for help and tips

                if you see http://validator.w3.org/mobile/check...re%2Findex.wml

                Im 100% on the score

                1.1 is cool also allows u place a uploader to that heads.....
                Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                Visit: WapMasterz Coming Back Soon!
                _______
                SCRIPTS FOR SALE BY SUBZERO
                Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                _______
                Info & Tips
                php.net
                w3schools.com

                Comment

                Working...
                X