Daniel,
I
would also delete the “border=”0”” and deal with this
in a style sheet. This is a depreciated attribute of the img element. Avoiding
the use of depreciated features of W3C is an accessibility checkpoint (11.2).
/s/ EuGene C. White
whiteec <at> whizzersd.net
whizzersd1 <at> sbcglobal.net
whiteec <at> cox.net
http://www.whizzersd.net/
(619) 216-9419 Voice
(619) 872-0903 Fax
The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you received this in error, please
contact the sender by phone at (619) 216-9419 or email at the above
address and delete the material from any computer.
From:
www-validator-request <at> w3.org [mailto:www-validator-request <at> w3.org] On Behalf Of Daniel
Sent: Wednesday, May 30, 2007
20:09
To: www-validator <at> w3.org
Subject: [VE][70] OMITTAG NO error
First, let me start by saying thank you to all of the programmers who
continuously offer help. The address to the document I am trying to fix has not
been uploaded to the server. I am still in creation mode. I just test-as-I-go
and this little booger keeps tying me up.
Here is the code error I received:
Line 12 column 330: end tag for "a" omitted, but OMITTAG NO
was specified.
...nd Official PayPal Seal --> </td>
You may have neglected to close an element,
or perhaps you meant to "self-close" an element, that is,
ending it with "/>" instead of ">".
Info Line 12 column 81: start tag was here.
..."><!-- Begin Official PayPal Seal --><a
href="https://www.paypal.com/us/verif
Here is the XHTML I am trying to fix:
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta
http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Untitled
Document</title>
</head>
<body>
<table width="471"
border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td
width="104" height="109" valign="top"><!--
Begin Official PayPal Seal --><a
href="https://www.paypal.com/us/verified/pal=customercare%40all4boomers%2ecom"
target="_blank"><img src="http://www.paypal.com/en_US/i/icon/verification_seal.gif"
border="0" alt="Official PayPal Seal" /><!-- End
Official PayPal Seal --> </td>
<td
width="367"> </td>
</tr>
<tr>
<td
height="197"> </td>
<td> </td>
</tr>
</table>
</body>
</html>
Error
[70]: "end tag for X omitted, but OMITTAG NO was specified"
NOTE:
Whenever possible, give the address of the document you were checking.