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>
W3 hata..
6
●903
- 12-09-2009, 19:48:31İ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, 10:23:40Üyeliği durdurulduTeş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, 15:15:17<p style="text-align:right;"> şeklinde deneyinAlıntı
<font style="color:#FFFFFF; font-size: 15pt;">Alıntı
Üstteki ile aynıAlıntı
Diğer hataları düzeltirsen, belki bu sorunu da halledersinAlıntı
<img style="width:26px; height:40px; border:none;" alt="" /> şeklinde deneyin.Alıntı