• 25-03-2008, 15:33:51
    #1
    Üyeliği durduruldu
    Hatanın kaynağını aradım aradım sonunda FORUMHOME altındaki "forumhome_forumbit_level1_nopost" içinde olduğunu buldum ( en azından öyle tahmin ediyorum ). aşağıdaki kodlar forumhome_forumbit_level1_nopost içindeki kodların tamamıdır.

    -------------------------------------------------------------------------------------------
    <tbody>
    <tr>
    <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
    <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
    <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
    <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    </td>
    </tr>
    </tbody>
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    $childforumbits
    </tbody>
    </if>
    -------------------------------------------------------------------------------------------
    aşağıdakiler ise validator.w3.org'un bulduğu hatalar.


    1. hata;

    # Error Line 485, Column 6: document type does not allow element "tbody" here.

    <tbody >

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).


    2. hata;

    Line 496, Column 43: document type does not allow element "tbody" here.

    <tbody id="collapseobj_forumbit_6" style="" >

    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).


    Yardımcı olabilecek bir arkadaş var mı acaba?
  • 25-03-2008, 21:52:08
    #2
    böyle yap bu kodları <tbody />
  • 05-09-2009, 23:05:12
    #3
    Üyeliği durduruldu
    VirtuE adlı üyeden alıntı: mesajı görüntüle
    böyle yap bu kodları <tbody />
    <tbody/> Yapınca Hata Sayım Tam Aksine Artıyor