• 12-09-2009, 18:27:17
    #1
    Üyeliği durduruldu
    Merhaba
    Aşağıdaki kodlar hata veriyor, yardım edebilecek olan var mı ?
    <p align="right"><a href="http://www.siteadi.com" style="text-decoration: none; font-weight: 700">
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font></a><font size="3">
    <a href="http://www.siteadi.com">
    <img border="0" src="english.jpg" width="26" height="16" /></a></font> </p>
  • 12-09-2009, 19:48:31
    #2
    İmg de alt="" tagı kullanılmalı . Ayrıca resmede font size vermissiniz oda hata oluşturabilir .

    <p align="right">
    <a href="http://www.siteadi.com" style="text-decoration: none; font-weight: 700">
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>
    </a>
    <a href="http://www.siteadi.com"><img border="0" src="english.jpg" alt="" width="26" height="16" /></a>
    </p>
  • 13-09-2009, 05:49:56
    #3
    Ne hata verdiğini yazarsanız daha da yardımcı olabiliriz
  • 13-09-2009, 10:23:40
    #4
    Üyeliği durduruldu
    Teşekkür ederim hata sayısı 5 e kadar düştü

    Attribute "align" exists, but can not be used for this element.
    <p align="right">


    Attribute "color" exists, but can not be used for this element.
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>


    Attribute "style" exists, but can not be used for this element.
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>


    element "font" undefined. Did you mean "font" or "basefont"?
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>


    Attribute "border" exists, but can not be used for this element.
    ….site.com/water-tank"><img border="0" src="english.jpg" alt="" width="26" h
  • 13-09-2009, 10:25:14
    #5
    Kodlarsız hata bi anlam ifade etmek nerde vermiş görmek lazım .
  • 13-09-2009, 15:15:17
    #6
    Alıntı
    Attribute "align" exists, but can not be used for this element.
    <p align="right">
    <p style="text-align:right;"> şeklinde deneyin

    Alıntı
    Attribute "color" exists, but can not be used for this element.
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>
    <font style="color:#FFFFFF; font-size: 15pt;">

    Alıntı
    Attribute "style" exists, but can not be used for this element.
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>
    Üstteki ile aynı

    Alıntı
    element "font" undefined. Did you mean "font" or "basefont"?
    <font color="#FFFFFF" style="font-size: 15pt;">ENGLISH</font>
    Diğer hataları düzeltirsen, belki bu sorunu da halledersin
    Alıntı
    Attribute "border" exists, but can not be used for this element.
    ….site.com/water-tank"><img border="0" src="english.jpg" alt="" width="26" h
    <img style="width:26px; height:40px; border:none;" alt="" /> şeklinde deneyin.
  • 13-09-2009, 15:44:17
    #7
    Üyeliği durduruldu
    Teşekkür ederim yunusy..