• 27-04-2010, 12:42:44
    #1
    Line 144, Column 4: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    
    <li><a href="konu.php?id=1" title="bla bla bla">Ada…
    ✉
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
    
    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

    http://validator.w3.org

    Burada ne ne hatası var çözemedim yardımcı olursanız sevinirim.
  • 27-04-2010, 12:49:18
    #2
    Üyeliği durduruldu
    hocam siteyi verki inceleyelim. O kodun cok cok oncesınde bıryerdede hata olabılır.
  • 27-04-2010, 20:23:53
    #3
    "li"nin başlangıcında "ul" "ol" "menu" "dir" falan yok diyor
  • 28-04-2010, 11:28:23
    #4
    justices adlı üyeden alıntı: mesajı görüntüle
    "li"nin başlangıcında "ul" "ol" "menu" "dir" falan yok diyor

    <div id="mid">
    <h2 class="story">bla bla bla<span>bla bla bla</span></h2>
    
    <br>
    <h2 class="story"><span></span></h2>
    
    <ul>
    <?
    $sorgu=mysql_query("Select * from bla bla bla group by il ORDER BY id ASC");
    while (  
           $i=mysql_fetch_array($sorgu)  
           ){ 
    ?> 
    <li><a href="blablabla.php?id=<?=$bla bla bla['i'];?>" title="<?=$i['l'];?>  ve <?=$blablabla['i'];?> bla bla bla"><?=$blablabla['i'];?> bla bla bla</a></li>
    <?
     }
    ?>
    </ul>
    
    </div>
    Teşekkür ederim ilginiz için fakat [ul] başlangıcı var yardımcı olursanız sevinirim .
  • 28-04-2010, 12:34:22
    #5
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Arkadaşım sayfada utf karakterlerde vs. problem olduğunda da, sonrasında alakasız yerde bu tür hatalar verebiliyor, o nedenle sayfa adresini verirsen ordan bakıp bulmak daha kolay olur.