wordpress kullanıyorum w3 hataları var. hatalar açık açık yazıyor ama nasıl düzelteceğimi bilemiyorum. Bu konuda yardımcı olacak biri var mı ?
<html xmlns="http://www.w3.org/1999/xhtml"/>
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 (ul, ol, dl) require list items (li, or dt, dd), and so on.
wordpress w3 hataları
2
●1.264
- 20-03-2009, 01:54:12
- 05-04-2009, 23:59:43Bu ve buna benzer bir çok yazıyı okudum. "XHTML Validator" ve "CSS Validator " testlerinde sitemdeki hataları da görüyorum ama bu hataları hangi dosyada düzeltmem gerektiğini bulamadım. Sitede Wordpress kurulu.aliskan adlı üyeden alıntı: mesajı görüntüle
Not: Cahilliğimi bağışlayın.Css.dosyalarını taradım ama bir türlü belirtilen hatalara rastlamadım. Bu yüzden , başka hangi dosyalara bakmam gerekiyor , bunu öğrenmek istiyorum.