Problem with tables.

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

  • subzero
    replied
    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.....

    Leave a comment:


  • Malka1
    replied
    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 ?

    Leave a comment:


  • subzero
    replied
    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....

    Leave a comment:


  • GumSlone
    replied
    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"/>';

    Leave a comment:


  • Malka1
    replied
    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">

    Leave a comment:


  • subzero
    replied
    This really does not matter thou w3.org...

    use mobiReady - dotMobi compliance & mobileOK checker

    Leave a comment:


  • GumSlone
    replied
    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.

    Leave a comment:


  • Malka1
    started a topic Problem with tables.

    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?
Working...
X