• 04-08-2010, 23:42:13
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhaba
    Sitemi w3 validator onaylatmak için 45 civarı hatayı düzelterek 2 hataya kadar indirgedim. Ama bu kalan 2 katayı çözemiyorum yardımcı olursanız sevinirim.


    Line 221, Column 10: ID "recent" already defined 
    <div id="recent" class="widget">
    
    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). 
    
    
    Line 137, Column 10: ID "recent" first defined here 
    <div id="recent" class="widget">

    Line 239, Column 336: document type does not allow element "form" here; missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag 
    
    …tResource', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
     
    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>").

    İlk kod içerisindeki id="recent" kısmını çıkarınca hata çıkmıyor ama malum site dağılıyor. Bu kodu nasıl entegre edebilirim. Diğer hata ise feedburner mail kayıt popup kısmı kodu ama hatayı çözemedim.
  • 04-08-2010, 23:51:58
    #2
    Line 221, Column 10: ID "recent" already defined 
    <div id="recent" class="widget">
    
    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). 
    
    
    Line 137, Column 10: ID "recent" first defined here 
    <div id="recent" class="widget">
    2 tane id aynı olamaz diyo sanırım. birine recent yerine başka bişe yazıp dene.

    Line 239, Column 336: document type does not allow element "form" here; missing one of "object", "applet", "map", "iframe", "ins", "del" start-tag 
    
    …tResource', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
     
    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>").
    bunda da satır yada tablo içinde oluşturulmadığını söylemiş. <p> <table> taglarını kullanırsan düzeleceği yazıyor.
  • 05-08-2010, 14:57:58
    #3
    teşekkürler sorunu şimdi çözdüm. İlk kısımdaki div tagını kaldırdım, diğer kısımdada </p> kapatma tagını subscribe form kodu sonuna koyup içine dahil ettiğim için olmuş.
    Şuan hiç bir hata kalmadı.
    iyi günler