- From: Daniel <slowride45@verizon.net>
- Date: Wed, 30 May 2007 20:09:16 -0700
- To: <www-validator@w3.org>
- Message-id: <0JIV00JP6XZJOD23@vms042.mailsrvcs.net>
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%2eco
m" 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.
Received on Thursday, 31 May 2007 23:41:47 UTC