----- Original Message ----- From: "Kostas Kavoussanakis"
Subject: Re: PUG problem
I believe there may be a syntax error (missing ") in the following line:
<A HREF="pugoppos.html" target="_blank">[AD-SIZE]<AD- ppos_t.jpg" border="0" alt="pugoppos.jpg" Width="100" height="100"></A><BR><font size="-2" face="comic sans ms"><b>Dag Thrane</b></font>
I don't get thumbs either, I get a link saying [AD-SIZE]
There are four errors on the index page this month, most browsers, it seems, are able to ignore them.
I've cc'd this email to Adelheid.
William Robb
------------------------------------------------------------------
a.. Line 27, column 79: end tag for element "BASE" which is not open
...g.pdml.us/05MMM/index.html"> --></base>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
?
a.. Line 28, column 84: end tag for element "BASE" which is not open
...chten.de/05MMM/index.html"> --></base>
?
a.. Line 172, column 4: end tag for "TR" which is not finished
</tr>
Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.
?
a.. Line 173, column 4: end tag for element "TD" which is not open
</td>
Line 27, column 79: end tag for element "BASE" which is not open
...g.pdml.us/05MMM/index.html"> --></base>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
?
a.. Line 28, column 84: end tag for element "BASE" which is not open
...chten.de/05MMM/index.html"> --></base>
?
a.. Line 172, column 4: end tag for "TR" which is not finished
</tr>
Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.
?
a.. Line 173, column 4: end tag for element "TD" which is not open
</td>

