Merhaba arkadaşlar ben bilgilerimi paylaştığım bir blog kodladım fakat w3'de aldığım hata sayısı baya fazla ve anlamadığım hatalar var,Bunları düzeltmemde bana yardımcı olacak arkadaşlar arıyorum.
Aldığım hata sayısı baya fazla belki bazı arkadaşlar birde kendileri bakmak isterler diye düşündüm.Bunun için web site adresimi aşşağıda verdim.
site adresim : egemenozbeyli.com
5 tane hata resimlerde alt="" kullanmadığım içindi onları düzenledim.
Genel olarak bakıcak olursam en çok aldığım hata türleri :
Bazı kelime başlarında boşluk bırakmış için kısa yoldan tablelardaki boşluk mantığını kullanmıştım ( ) ve karşıma çıkan sorun:
--------------------------------------------
Line 156, Column 30: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="kategori"> &nb sp; &…
✉
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>").
---------------------------------------------------
ayrıca üstteki boşluk sorunum dışında birde alt tarafta şu şekilde bir sorun bulunuyor
-------------------------------------------------
# Error Line 427, Column 78: character data is not allowed here
…ref="http://www.egemenozbeyli.com/hakkimda">Hakkımda</a></li>
✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
* putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
* forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
* using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
------------------------------------------------
bunları nasıl çözebilirim arkadaşlar.
W3 hatalarıma çözüm arıyorum
10
●1.040
- 03-11-2010, 04:21:45Kimlik doğrulama veya yönetimden onay bekliyor.71 tane hata var diyor suan. div taglarinda verdigi hatalar genelde divden once <p> yada <span> kullanmis isen verebiliyor o hatayi. ayrica taglar icinde " filan unutmus isen ondanda bazen hata verebiliyor. bosluk icin dahaonce kullanmadim   o konuda da bildigin gibi margin yada padding filan kullanmak sart gibi gozkuyor eger hata verdi ise ..
bende suan 0dan baslamis oldugum ilk temami yapiyorum ozellike w3 standartlarindan sasmamaya calisiyorum. az bise kaldi yakinda blogumu actim diyerekten paylasacagim bende
kolay gelsin
- 03-11-2010, 04:37:36Evet bir şekilde benimde w3'e duyarlı hale getirmem lazım olmadı min hatayla bu işten çıkmam lazımkorcerrah adlı üyeden alıntı: mesajı görüntüle
dediklerini dikkate alıcağım.
- 03-11-2010, 04:51:05nbsp şeklinde verdiğim boşluk kodlarını silip padding ile düzelttim fakat bu seferde aynı satırlarda şu şekilde bir hata aldım bunun sebebi ne olabilir acaba
----------------
# Error Line 370, Column 27: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="yorum">Yorum:<a href="http://www.egemenozbeyli.com/wordpres…
✉
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>").
----------------------
bu kod satırımda neresi yanlış ki
<div class="tarih">Tarih:<?php the_time('d F Y, H:i') ?></div>
<div class="kategori">Kategori:<?php the_category(', ') ?></div>
<div class="yorum">Yorum:<?php comments_popup_link(); ?></div>
<div class="yazar">Yazar:<?php the_author(); ?></div>
<div class="sociallist"><?php if (function_exists('sharethis_button')) { sharethis_button(); } ?> - 03-11-2010, 06:28:1671 hatadan 4'e kadar düşürdüm fakat bundan sonrası hakkında bilgim yok yardımlarınızı bekliyorum
http://validator.w3.org/check?uri=ht...alidator%2F1.1
hatalar burda - 03-11-2010, 09:24:29hatırladığım kadarıyla <a> yada <p> tagı vardı o divlerin üzerinde onu silince bütün divlerdeki sorunlar kalktı.Biraz dene çözümü çok kolay aslındaLionBeq adlı üyeden alıntı: mesajı görüntüle
fakat benim bu kalan 4 hatamın 2 si disqus comment eklentisinden diğer 2 side sharethis eklentisinden.Share bölümünü kendim elle yazıp ayarlıcam fakat yorum bölümüm çok hoşuma gidio.Aslında sorun bende değil disqus eklentisinde ben bu durumda w3'ü css ve xhtml açısından geçmiş sayılıyorum galiba
- 03-11-2010, 11:27:19Gmn, şu anda benim gördüğüm hatalar yanlış özellik atamaları.
Örneğin;
<a></a> tagının "width:" diye bir özellliği yoktur. Senin sitende <span> tagı için "displayText" özelliği yazılmış. Bu özellik normalde yoktur. Sanırım javascript ile kullanılması için yazılmış.
Yani doğru dedin css ve xhtml den geçtin
- 03-11-2010, 16:55:07Teşekkür ederimsenavi adlı üyeden alıntı: mesajı görüntüle

Evet sorun dediğim gibi sharethis eklentisi ve disqus comment formdan dolayı oluşuyor benim kodlarımla alakası olan birşey değilmiş..
kolay gelsin