
04-08-2010, 23:42:13
|
| |
w3 Validator 2 hata Kaldı Çözemedim | | 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. Kod: 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"> Kod: 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. |