• 04-02-2008, 22:09:04
    #1
    Validation Results - W3C Markup Validator da sitemi taratınca şu hatalar var :
    1.
    Line 378, Column 12: ID "content-title" already defined.
    <h3 id="content-title">POPÜLER <span class="dark">VİDEOLAR</span>
    content-title deki c kırmızı
    2.
    Line 241, Column 26: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag.
    <li class="Tags"><strong>Etiketler:</strong> <a href="
    burdada : Tags"> daki > kırmızı
    ne hatası ki anlamadım nasıl düzeltirim gerc idüzeltilecek birsey goremiyorum ama
  • 04-02-2008, 22:43:07
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <h3 id="content-title">
    id'yi sadece bir kere kullanabilirsin.
    CSS dosyasındaki #content-title olan yeri .content-title olarak değiştirip <h3 class="content-title"> şeklinde kullanabilirsin.

    İkincisinde de <ul> veya <ol> kullanmadan <li> kullanmışsın.
  • 04-02-2008, 23:13:25
    #3
    1. kod bu css:

    #content {
    float: left;
    position: relative;
    width: 440px;
    margin: 0px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    }
    #content h3#content-title,
    #content h3#respond {
    height: 30px;
    line-height: 30px;
    padding: 1px 0 0 10px;
    margin-bottom: 10px;
    background: #fff url(images/layout/bg-content-title.png) no-repeat;
    color: #336699;
    letter-spacing: -0.05em;
    font-size: 110%;
    font-weight: bold;
    }
    #content h3#content-title .dark,
    #content h3#respond .dark {
    color: #336699;
    }

    2. kod ise bu index de :
    <?php if (function_exists('the_tags')) { ?> <?php the_tags('<li class="Tags"><strong>Etiketler:</strong> ', ', ', '</li>'); ?> <?php } ?>

    2. yi çözdüm : <?php if (function_exists('the_tags')) { ?> <?php the_tags('<strong>Etiketler:</strong>'); ?> <?php } ?> böyle yaptım kodu hata vermedi.

    3. olarak böyle bir hata daha var :

    Line 122, Column 83: required attribute "alt" not specified.

    …O1QA/2.jpg" width="93" height="71" /></p>



    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

    burdaki 71" /> deki > kırmızı
  • 04-02-2008, 23:35:12
    #4
    #content h3.content-title, #content h3#respond {

    …O1QA/2.jpg" width="93" height="71" alt="Resim açıklaması" /></p>

    Böyle olması lazım..
  • 04-02-2008, 23:41:26
    #5
    alt ile img olayını cozdu ksaolasının ama content-title sorunu hala devam ediyor nokta yapıncada düzelmedi
  • 04-02-2008, 23:47:58
    #6
    Üyeliği durduruldu
    w3 standartlari icin sart.
  • 04-02-2008, 23:49:03
    #7
    Web standartları için gerekiyor. En azından alt="" kullanman lazım.
  • 05-02-2008, 01:34:35
    #8
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Burası ile alakası nedir ?
    W3C'nin SEO ile ilgisini biliyorum tabii ki,ancak bu konu kodlamanın alanına giriyor.
  • 05-02-2008, 13:08:47
    #9
    Sonucda w3 standartlarına uygun bir sitede seo içinde geçmeli. Şahsi düşüncem o yüzden buraya yazdım.