این ارور رو چجوری رفع کنیم؟کد:there is no attribute "prefix"
دنبالش گشتم تو سایت های فارسی یه نفر پرسیده بود و جوابش در حدی نبود که بشه فهمید..لطفا شما توضیح بدین
متن کامل ارور + چند خط بالا و پایین خطی که ارور بهش اشاره میکنه رو بزارید
این ارور رو چجوری رفع کنیم؟کد:there is no attribute "prefix"
دنبالش گشتم تو سایت های فارسی یه نفر پرسیده بود و جوابش در حدی نبود که بشه فهمید..لطفا شما توضیح بدین
1 ) استفاده از id بیش از یکبار در قالب
ارور :
نحوه رفع :
اگر در استایل قالب کلاسی به صورت زیر تعریف شده بود , از این کلاس فقط یک بار باید در قالب استفاده کنیم
HTML:#class { }
اگر نیاز به چند بار استفاده هست باید در استایل به جای # , . قرار دهیم
اینجوری :
HTML:.class{ }
خب اگه کلاسی درون کلاس دیگر به این صورت تعریف بشه چطور:به جای # چه چیزی قرار بدیم؟کد:.post #post-title
این ارور مربوط به چیه؟؟
Line 83, Column 94: meta element between head and body.
…gle-site-verification" content="gq0_mS9n25q06xEjDHvOSSIGVSMgmvRJMlccE92vh_E" />
و این ارور؟؟
Line 83, Column 94: Cannot recover after last error. Any further errors will be ignored.
…gle-site-verification" content="gq0_mS9n25q06xEjDHvOSSIGVSMgmvRJMlccE92vh_E" />
قالب من دو تا ارور داره .
http://validator.w3.org/check?uri=http://barcanews.org/&charset=(detect automatically)&doctype=Inline&group=0&user-agent=W3C_Validator/1.3 http://validator.w3.org/services
چیکار کنم ؟ 2 Errors, 1 warning(s)
ممنون بابت پاسخگویی . الان این عکسی از کدهای قالب من هست . اون تگ اول قالبهارور شما برای این هست که وسط صفحه تگ html باز شده ....
ممنون بابت پاسخگویی . الان این عکسی از کدهای قالب من هست . اون تگ اول قالبه
منظورتون از خط چیه ؟این اول قالب نیست خط 444 هست
منظورتون از خط چیه ؟
چه جالب . اون کدها رو میهن بلاگ اضافه کرده . تغییرشون دست من نیست . ممنون که وقت گذاشتید .منظورم همون خط هست
سایتتون رو باز کنید
view source رو بزنید
سمت چپ شماره خط ها رو زده , 444 رو ببینید
<html xmlns="http://www.w3.org/1999/xhtml">
Warning Line 352, Column 64: The first occurrence of ID tab was here.
…href="#view1" title="pc games" id="tab" rel="view1">بازی های کامپیوتری</a></li>
سلام
این ارور رو میده :
ممنون میشم بگید چی کار کنمHTML:Warning Line 352, Column 64: The first occurrence of ID tab was here. …href="#view1" title="pc games" id="tab" rel="view1">بازی های کامپیوتری</a></li>
الان من چند تا سوال دارم ، میشه همشون رو اینجا بپرسم ؟ محدودیت نداره دیگه
<meta property="og:locale" content="fa_IR" />
Line 20, Column 16: there is no attribute "property"
<meta property="og:locale" content="fa_IR" />
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).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash
سلام برای من اصلا نتیجه ای نشون نمیده
ارور زیر رو میده
Sorry! This document cannot be checked.
من تا زمانی که 100 تا ارور قالبمو رفع نکنم دست بردار نیستم
کد:
ارور :کد:<meta property="og:locale" content="fa_IR" />
کد:Line 20, Column 16: there is no attribute "property" <meta property="og:locale" content="fa_IR" /> 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). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />