• 20-11-2010, 02:01:04
    #1
    Üyeliği durduruldu
    Alıntı
    Line 389, Column 5: end tag for "ul" which is not finished
    </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
    diye bir hata alıyorum site adresim...kullandığım tema wordpress aedrome teması yardımcı olucak arkadaşlara şimdiden teşekkürler
  • 20-11-2010, 02:48:13
    #2
    Temanda 290-300 satırlar arasında
    </li>
    <ul>



    </ul>

    gibi bir kod var. Bu kodları sil. orada bir li kapanıyor bir ul açılıyor ve ul kapanıyor. bunları silince düzelmesi lazım.
  • 20-11-2010, 16:47:56
    #3
    Üyeliği durduruldu
    sitedeki tüm ul leri kaldırdım gene gitmedi