Просмотр поста

.
rumit

здрасти подскажите почему валидатор ругается в быстром чате вот на это?<a href="'.$home.'/str/qchat.php?act=answ&amp;id='.$res['user_id'].'">[о]</a>';
--------------------
вот что выдает
Line 17, Column 524: required attribute "alt" not specified
…idth="16" height="16" align="middle" />&nbsp;<b>Admin</b> (SV!)<span class="gr…
---------------------------------------^



The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.