Forum Moderators: open
I have been slowly adding items to the site, all based on php/html using a MySQL database.
I maintain 2 versions.
1) Online
2) Beta
Beta is kept locally, and I recently discovered that IE has developed a problem with the 'code'. I thought it was MY computer, MY IE, but alas, at least 2 others online have tested and came up with the same results.
I have not changed anything so much as to cause this, at least in my mind. I also can not figure what it might be.
Netscape 7 - Old site & new mod's are fine
IE 6 - Old site fine, new mod's blank screen, tho view source works and gives proper source.
lynx (for linux) - Old site fine, new mod's draw a blank screen, and view source works fine.. with code given.
Can someone guide me to an answer for this?
ThomasK
[validator.w3.org...]
Tentatively Valid
Congratulations, thomask! Did the validator say why the page is only tentatively valid? Most probably, you're not declaring the charset. If that is the case, then you can add the following to the
head section of the page (below the title is ideal): <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> If the language of your document is not western European, then you will need to substitute the correct encoding to replace ISO-8859-1.
That should get you truly, not tentatively, validated!
Anyways...
This Page Is Valid HTML 4.01 Transitional!Note:
You can also view verbose results by setting the corresponding option on the Extended Interface.The document located at <http://*********/> was checked and found to be valid HTML 4.01 Transitional. This means that the resource in question identified itself as "HTML 4.01 Transitional" and that we successfully performed a formal validation using an SGML or XML Parser (depending on the markup
<snip...>
WEEEEEE
Just gotta dot some i's and cross some t's and I can update it on the production server..
Thomask