• 05-01-2008, 16:49:48
    #1
    Arkadaşlar sitemin html doctype'i HTML 4.01 Transitional
    validator.w3 den sitemi dogrulatıyorum, büyük bir kısmını bitirdim sadece son 3 tane hata kaldı bunlar;

    TABLE'de "height" hatası
    <table align="center" id="Table_01" width="756" height="842" border="0" cellpadding="0" cellspacing="0">

    Diğeri,
    TD'de "background" hatası
    <td height="100" colspan="5" valign="bottom" background="images/esattuncer-header.jpg"><span class="style3">

    Diğeri,
    TD'de "background" hatası
    <td height="300" colspan="3" background="images/picture/esattuncer-picture01.jpg">&nbsp;</td>
  • 05-01-2008, 17:03:27
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <table align="center" id="Table_01" width="756" style="height:842px" border="0" cellpadding="0" cellspacing="0">

    <td colspan="5" style="height:100px; vertical-align:bottom; background:url(images/esattuncer-header.jpg)"><span class="style3">

    <td colspan="3" style="height:300px; background:url(images/picture/esattuncer-picture01.jpg)">&nbsp;</td>
  • 05-01-2008, 17:27:49
    #3
    eywallah dostum saolasın