The CSE HTML Validator built-in browser fails to apply CSS styles to any page on one of my web site.
The CSS style sheet files linked using:
- Code: Select all
<link rel="stylesheet" href="css/css.php" type="text/css" />
Where, the css.php file includes the individual CSS style sheet files, compresses, i.e. gzip the contents, and serves it to the user agent.
Anyway, the built-in browser displays the page as no CSS style is loaded.
Did anyone run into the same problem?
Thank you.



