Merhaba arkadaşlar,
Siteyi w3'e göre uyumlu yapmak istiyorum css te bütün sorunları hallettim. Ama html de hatalar var.
Hata kodu veren yer
hepsindede aynı hatayı veriyo hatada bu;
document type does not allow element "a" here
2[0]='<a href="haber-oku.php?haber=35"><strong>Lütfen kararınızı vermeden
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Konuyla ilgili bilgisi olan varsa yardımcı olursa sevinirim. Teşekkürler.
Siteyi w3'e göre uyumlu yapmak istiyorum css te bütün sorunları hallettim. Ama html de hatalar var.
Hata kodu veren yer
Kod:
<script type="text/javascript">
var pausecontent2=new Array()
pausecontent2[0]='<a href="haber-oku.php?haber=35"[COLOR="Red"]>[/COLOR]<strong>Lütfen kararınızı vermeden önce verilerinizin sizin için ne kadar kıymetli olduğunu bir kez daha düşünün.</strong></a>'
pausecontent2[1]='<a href="haber-oku.php?haber=32"><strong>Uzunluğu SIFIR olan PST, EBD, DOC, XLS .... dosyalarını kurtarma başarı oranımız % 100'dür</strong></a>'
pausecontent2[2]='<a href="haber-oku.php?haber=31"><strong>Doğal afet, sel felaketinde su ve çamur altında kalmış veri saklama ünitelerini kurtarıyoruz.<br /></strong></a>'
pausecontent2[3]='<a href="haber-oku.php?haber=30"><strong>Yere Düşmüş </strong><strong>Seagate ve Başka Marka Harddiskleri kurtarma </strong><strong> Başarı Oranımız %100</strong></a>'
pausecontent2[4]='<a href="haber-oku.php?haber=29"><strong>Format Sonrası Kaybolan, Üzerine Veri Yüklenen JPEG Resim Dosyalarını Kurtarma Başarı Oranımız % 100'dür</strong></a>'
pausecontent2[5]='<a href="haber-oku.php?haber=28"><strong>MyDISK Veri Kurtarma 15. kuruluş yıl dönümü kutluyor. <br /></strong></a>'
pausecontent2[6]='<a href="haber-oku.php?haber=27"><strong>IBM, Hp, Dell (Raid) Serverlardaki Başarı oranımız %100. </strong></a>'
pausecontent2[7]='<a href="haber-oku.php?haber=26"><strong>Türkiye'nin en hızlı ve en başarılı veri kurtarma şirketinin MyDISK olduğunu biliyormuydunuz. !!!</strong></a>'
pausecontent2[8]='<a href="haber-oku.php?haber=13"><strong><u>VERİ KURTARMA</u> firmalarının MyDISK ile çalıştığını biliyormuydunuz.!!!</strong></a>'
pausecontent2[9]='<a href="haber-oku.php?haber=10"><strong>Uzunluğu SIFIR olan PST, EBD, DOC, XLS .... dosyalarını kurtarma başarı oranımız % 100'dür</strong></a>'
</script>
hepsindede aynı hatayı veriyo hatada bu;
document type does not allow element "a" here
2[0]='<a href="haber-oku.php?haber=35"><strong>Lütfen kararınızı vermeden
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Konuyla ilgili bilgisi olan varsa yardımcı olursa sevinirim. Teşekkürler.