David said:
Paul Furman wrote:
It might be wise to fix the syntax errors in the style sheet... and the
strange use of a physical unit (pt) for screen media.
Thanks, I know it's probably a mess but better than my earlier pages!
I should probably warn people I'm not that great <g>.
Hmm.. only 287 errors:
http://validator.w3.org/check?uri=http://www.edgehill.net/plant-list.htm
(but no complaints about the css in the header)
8: <style type="text/css">
9: a { text-decoration: none}
10: a:link {color: #9B4457}
11: a:visited {color: #6633CC}
12: a:hover {color: #339966}
13: a:active {color: red}
14:
15: body {
16: font-family: Times New Roman;
17: }
18:
19: table.arial {
20: font-size: 8pt;
21: font-family: Arial;
22: background-color=#CCD8CD;
23: border=1px solid #aaaaaa;
24: border-collapse: collapse;
25: }
26: td.arial {
27: border=1px solid #aaaaaa;
28: }
29: </style>
Hm... most of the errors were for failing to close my bold tag <b>
inside <td>'s and also something about being unable to identify the
%nbsp space character and the fancy 6 9 quotes pasted from an MS app.