• 30-12-2014, 18:26:22
    #1
    Üyeliği durduruldu
    Selamun Aleyküm arkadaşlar 13 kadar hatam kaldı bunlara yardımcı olabilecek arkadaşlara şimdiden teşekkür ederim.

    Line 70, Column 17: there is no attribute "TOPMARGIN"
    <body topmargin="0" marginheight="0" onload="MM_preloadImages('farklisohbet-ima…

    Line 70, Column 34: there is no attribute "MARGINHEIGHT"
    <body topmargin="0" marginheight="0" onload="MM_preloadImages('farklisohbet-ima…

    Line 71, Column 27: there is no attribute "HEIGHT"
    <table width="911" height="1267" align="center" background="farklisohbet-images…

    Line 71, Column 60: there is no attribute "BACKGROUND"
    …ight="1267" align="center" background="farklisohbet-images/farklisohbet-orta-a…

    Line 97, Column 70: there is no attribute "NAME"
    …s/farklisohbet-butonlar/ana.png" name="Image32" width="96" height="29" border=…

    Line 149, Column 40: there is no attribute "BACKGROUND"
    … <td width="774" background="farklisohbet-images/google.png"><table …

    Line 402, Column 205: there is no attribute "TARGET"
    …height="90" marginwidth="0" marginheight="0" target="_top"></iframe></div></td>

    Line 413, Column 5: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/gaziantep-sohbet-odalari/'>Gaziantep S…

    Line 414, Column 5: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/eskisehir-sohbet-odalari/'>Eskişehir S…

    Line 415, Column 5: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/erzurum-sohbet-odalari/'>Erzurum Sohbe…

    Line 416, Column 31: document type does not allow element "TD" here
    <td width="52">&nbsp;</td>

    Line 417, Column 15: end tag for "SPAN" omitted, but its declaration does not permit this
    </tr>

    Line 417, Column 15: end tag for "DIV" omitted, but its declaration does not permit this
    </tr>
  • 02-01-2015, 12:29:19
    #2
    Kullandığınız doctype nedir ? Yazdıklarımı deneyin tek tek azalması lazım. Diğer hatalar ise html-css ile ilgili detaylı bakalım.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    Veya
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  • 02-01-2015, 20:17:12
    #3
    Üyeliği durduruldu
    Biraz uğraşınca 10 tane kaldı.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    Bu ekli sitede, kalan hatalarım.

    Line 70, Column 17: there is no attribute "TOPMARGIN"
    <body topmargin="0" marginheight="0" onload="MM_preloadImages('farklisohbet-ima…

    Line 70, Column 34: there is no attribute "MARGINHEIGHT"
    <body topmargin="0" marginheight="0" onload="MM_preloadImages('farklisohbet-ima…

    Line 71, Column 27: there is no attribute "HEIGHT"
    <table width="911" height="1267" align="center" background="farklisohbet-images…

    Line 71, Column 60: there is no attribute "BACKGROUND"
    …ight="1267" align="center" background="farklisohbet-images/farklisohbet-orta-a…

    Line 97, Column 70: there is no attribute "NAME"
    …s/farklisohbet-butonlar/ana.png" name="Image32" width="96" height="29" border=…

    Line 149, Column 40: there is no attribute "BACKGROUND"
    … <td width="774" background="farklisohbet-images/google.png"><table …

    Line 402, Column 205: there is no attribute "TARGET"
    …height="90" marginwidth="0" marginheight="0" target="_top"></iframe></div></td>

    Line 412, Column 31: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/gaziantep-so…

    Line 413, Column 5: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/eskisehir-sohbet-odalari/'>Eskişehir S…

    Line 414, Column 5: document type does not allow element "LI" here
    <li><a href='http://blog.renksohbet.net/erzurum-sohbet-odalari/'>Erzurum Sohbe…
  • 03-01-2015, 03:00:06
    #4
    Line 70, Column 17: there is no attribute "TOPMARGIN" : eski bir body özelliği kullanmayacaksın.CSS kullanacaksın body {margin-top:0;} kullanacaksın.
    Line 70, Column 34: there is no attribute "MARGINHEIGHT": bazı tarayıcılarda desteği olmayan eski bir özellik. Tamamen sil. Çünkü üstteki CSS kodu yeterli
    Line 71, Column 27: there is no attribute "HEIGHT" tablonun yüksekliği yoktur. Eğer vermen zorunluysa hücreye(td height="123") ayarla.
    Line 97, Column 70: there is no attribute "NAME" :img tagında name yerine id kullan
    Line 149, Column 40: there is no attribute "BACKGROUND":td tagına bir id ver. css ile zemin resmini ayarla #id{background-image:url(resimyolu/resim.png);}
    Line 402, Column 205: there is no attribute "TARGET": iiframe de target özelliği olamaz sil.
    Line 412, Column 31: document type does not allow element "LI" here: büyük ihtimalle </li> kapatmamışsın
  • 03-01-2015, 16:34:29
    #5
    Üyeliği durduruldu
    Teşekkür ederim arkadaşlar 6 hatam kaldı hatalarım şunlar;

    3 tanesi,

    <? include "blog/wp-config.php";
    get_archives('postbypost', '3', 'custom', '<li>', '</li>'); ?>

    Bu yukarıdaki kod ile blogdan konu alıyorum 3 tane <li> etiketi ile geliyor 3 konu ama bu 3 konu da hata veriyor w3 de.

    Diğerleri ise,

    Line 41, Column 27: there is no attribute "HEIGHT"
    <table width="911" height="1267" align="center" background="farklisohbet-images/farklisohbet-orta-arka.jpg">

    2 hata bu yukarıdaki kodda veriyor backround ve yükseklik hatası diyor.

    1 hata da

    Line 119, Column 40: there is no attribute "BACKGROUND"

    <td width="774" background="farklisohbet-images/google.png"><table width="771" height="79">

    Bu kodda görünüyor diğerlerinin hepsini tamamladım bunlar kaldı yardım eden herkese şimdiden teşekkür ederim..
  • 03-01-2015, 22:27:15
    #6
    Height ve background hataları da css yazılarak giderilecek, html de kullanmayın o değerleri.
  • 03-01-2015, 23:35:28
    #7
    Üyeliği durduruldu
    Benimde düzeltmem lazım 14-15 tane var

    Discovery cihazımdan Tapatalk kullanılarak gönderildi