سلام عليكم

ظبطت الستايل على المعايير القياسيه و فعلا نورلي اخضر

و قلت اضيف شئ جميل عجبني و هو كود انتظار من عمايل زيزوار

و هذا الكود
كود:
<!-- Loading -->

<script type="text/javascript">
var msg= '<img src="rmdan/buttons/ajaxsmall.gif" alt="" />.... Loading';
msg+= "<br />سبحان الله و بحمده سبحان الله العظيم";
var div_msg = '<center><div id="wino_msg" class="alt1" >'+msg+'</div></center>'; 
var div_dis = '<div id="wino_load" style="display:none">'; 
document.write(div_msg,div_dis); 
window.onload = function(){ 
document.getElementById("wino_msg").style.display = "none"; 
document.getElementById("wino_load").style.display = ""; 
} 
</script>
ظهرتلي 9 اخطاء مش عارف اتخلص منهم

كود:
 Line 388, Column 57: document type does not allow element "img" here.
var msg= '<img src="rmdan/buttons/ajaxsmall.gif" alt="" />.... Loading';✉ 
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). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 389, Column 12: document type does not allow element "br" here.
msg+= "<br />سبحان الله و بحمده سبحان الله العظيم";✉ 
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). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 390, Column 22: document type does not allow element "center" here.
var div_msg = '<center><div id="wino_msg" class="alt1" >'+msg+'</div></center>…✉ 
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). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 391, Column 55: document type does not allow element "div" here.
var div_dis = '<div id="wino_load" style="display:none">'; ✉ 
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). 

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). 

 Line 397, Column 8: end tag for "div" omitted, but OMITTAG NO was specified.
</script>✉ 
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". 

 Line 391, Column 15: start tag was here.
var div_dis = '<div id="wino_load" style="display:none">';  Line 397, Column 9: XML Parsing Error: Opening and ending tag mismatch: div line 391 and script.
</script>✉ 
 Line 438, Column 7: XML Parsing Error: Opening and ending tag mismatch: script line 387 and head.
</head>✉ 
 Line 1184, Column 7: XML Parsing Error: Opening and ending tag mismatch: head line 3 and html.
</html>✉ 
 Line 1184, Column 7: XML Parsing Error: Premature end of data in tag html line 2.
</html>✉
ممكن تفيدوني