Re: No stylesheet found error

On 19 Nov 2007, at 20:16, <ikostiv@lilea.biz> wrote:
> After I successfully validated http://office.lilea.biz/Telefony/  
> using w3c validation, I tried to validate page css but get “no  
> style sheet found” error – but the page has valid css however.
You appear to be suffering from ASP.NET (specifically its User-Agent  
sniffing).

If I make a request and pretend to be the CSS Validator:

dorward@insel ~ $ GET -H "User-Agent: Jigsaw/2.2.5  
W3C_CSS_Validator_JFouffa/2.0" http://office.lilea.biz/Telefony/

Your server comes back with this code, which lacks any CSS:


<html><body><form id="MainForm" name="MainForm" method="post"  
action="/Telefony/WAP/Result.aspx"><input type="hidden" name="__ET"  
value="."><img src="/Telefony/WAP/Logo.gif"  
alt="���������� ij� &quot;ij����&quot;"  
border="0" /><br>�����������  
���������� �������.  
&#169;&nbsp;���������� ij�  
&quot;ij����&quot;<br><input name="SearchTextBox"/><div  
align="Right"><input name="SearchCommand" type="submit"  
value="������"/></div>�����  
�����:<br><a href="/Telefony/WAP/About.aspx">���  
���</a><br><a href="/Telefony/WAP/ 
Search.aspx">���������� ����� �  
��������</a><br><a href="/Telefony/WAP/ 
AddCompanyRequest.aspx">������ ������� �  
�������</a><div align="Center">������  
�� ��������:</div><div align="Right"><a  
href="http://www.lilea.biz/mobile">&#169; ˳���  
�������</a></div></form></body></html>


-- 
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/

Received on Monday, 19 November 2007 23:01:26 UTC