
01-08-2010, 00:02:47
|
| |
Arkadaşlar W3C hataları için yardım | | Merhaba Arkadaşlar,
Aşaığdaki W3C hataları düzeltmeme yardımcı olabilirmisiniz.
Teşekkür ederim. Kod: Line 398, Column 103: document type does not allow element "td" here
…/script> <td valign="top" class="alt1"> <form action="http://forum.turkiyemuzi…✉
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).
Line 398, Column 940: there is no attribute "allowTransparency"
…50px; height:21px;" allowTransparency="true"></iframe> </td> <td class="alt2" …✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
Line 398, Column 1015: document type does not allow element "td" here
…2" nowrap="nowrap" style="padding:0px"> <form action="http://forum.turkiyemuz…✉
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).
Line 398, Column 2635: end tag for "td" omitted, but OMITTAG NO was specified
…d5password_utf" /> </form> </td> </tr> </table> <div class="tborder" style=…✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Konu masaLL tarafından (01-08-2010 Saat 00:05:10 ) değiştirilmiştir..
|