By the way, I was just looking at this page I made 10 years ago (!) and which is using good old-fashioned frames. Today when I looked at it with IE7, it's not handled properly anymore. If you click on a link in the top bar, it should change the biggest frame, not show the page in the same frame. It still works properly in Opera (and probably in other browsers).
Is this a bug in IE7 or just a new security setting that for some reason is turned on by default? Does anyone know?
http://members.chello.nl/~a.vanarum8/EliotProject/
Heres whats wrong with your page :
Line 1, Column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
<html>
✉
The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with a fallback DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -
Line 19, Column 26: "NOSAVE" is not a member of a group specified for any attribute.
height="18" nosave></a><font size="6"><strong>T.S. Eliot </strong></font
✉
Line 19, Column 26: required attribute "ALT" not specified.
height="18" nosave></a><font size="6"><strong>T.S. Eliot </strong></font
✉
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>.
Line 22, Column 43: value of attribute "ALIGN" cannot be "TEXTTOP"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT".
src="images/pic.gif" align="texttop" border="0"
✉
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
Line 23, Column 30: required attribute "ALT" not specified.
width="18" height="17"> Eliot in 1910</a></p>
✉
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>.
Line 40, Column 54: value of attribute "ALIGN" cannot be "TEXTTOP"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT".
<p><img src="images/arrowr.gif" align="texttop"
✉
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
Line 41, Column 30: required attribute "ALT" not specified.
width="49" height="18"> <a
✉
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>.
Line 44, Column 51: value of attribute "ALIGN" cannot be "TEXTTOP"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT".
<img src="images/arrowr.gif" align="texttop" width="49"
✉
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
Line 45, Column 19: required attribute "ALT" not specified.
height="18"> <a href="Waste_notes/Waste_A.htm">The Waste
✉
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>.