Forum Moderators: not2easy
I'm just been investigating how the site works on 4.79, and it seems to be ignoring the CSS completely.
It seems to be something to do with them being aspx-generated pages, as when I save the pages from Netscape then simply rename them .html they pick up the CSS again (in Netscape)
The CSS is linked as follows:
<link rel="stylesheet" type="text/css" href="idea1.css">
I may be missing something obvious here, but I've only a very basic understanding of the aspx stuff...
Richard
I've tried media="screen", which had no effect.
The meta tags that are there are the following:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
I don't fully understand what all of these do...
This problem was mentioned on another thread [webmasterworld.com] and the solution (msg#7) for that instance was to change the charset from "utf-8"
Suzy