marain
03-12-2016, 09:15 PM
The following code
<br />
<br />
<!--
Your elected officials: Who are they? What do they do? How can you contact them? Enter your zip code and
click on "GO!" to find out. (Powered by FAMM--Families Against Mandatory Minimums.)
<br />
<br />
<center>
<script type="text/javascript">
src="http://ffs.capwiz.com/DHTML/CAjsform.js">
</script>
<form method="get" action="http://capwiz.com/stickers/" onsubmit="return verify(this);" target="_blank">
<input type="hidden" name="dir" value="famm" />
<input type="hidden" name="lvl" value="C" />
<table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100" bgcolor="#000000">
<tr>
<td align="center" colspan="2" bgcolor="#000000" valign="top">
<img src="images/contactcongress.gif" width="100" height="33" alt="marijuana lawyer NJ"/>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#000000"><input name="azip" size="5" value="" />
</td>
<td valign="middle"><input type="image" src="images/go.gif" name="Go" alt="NJ Marijuana Lawyer" />
</td>
</tr>
<tr>
<td valign="top" colspan="2" bgcolor="#FFFFFF">
<img src="images/capwiztxt.gif" alt="NJ Lawyer Marijuana Arrest" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<br />
</center>
-->
<font size="-2"><a href="http://www.njmarijuana.com/page.php?here=resources">Return to Top</a></font>gives the following error when validated in w3c:
Validation Output: 1 Error
Error Line 1722, Column 167: invalid comment declaration: found name start character outside comment but inside comment declaration
…GO!" to find out. (Powered by FAMM--Families Against Mandatory Minimums.)
✉
Info Line 1717, Column 1: comment declaration started here
<!--
I'm puzzled why something inside a comment is being flagged as an error. Actually, were it not inside a comment, I still don't see the error.
Suggestions?
A.
<br />
<br />
<!--
Your elected officials: Who are they? What do they do? How can you contact them? Enter your zip code and
click on "GO!" to find out. (Powered by FAMM--Families Against Mandatory Minimums.)
<br />
<br />
<center>
<script type="text/javascript">
src="http://ffs.capwiz.com/DHTML/CAjsform.js">
</script>
<form method="get" action="http://capwiz.com/stickers/" onsubmit="return verify(this);" target="_blank">
<input type="hidden" name="dir" value="famm" />
<input type="hidden" name="lvl" value="C" />
<table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100" bgcolor="#000000">
<tr>
<td align="center" colspan="2" bgcolor="#000000" valign="top">
<img src="images/contactcongress.gif" width="100" height="33" alt="marijuana lawyer NJ"/>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#000000"><input name="azip" size="5" value="" />
</td>
<td valign="middle"><input type="image" src="images/go.gif" name="Go" alt="NJ Marijuana Lawyer" />
</td>
</tr>
<tr>
<td valign="top" colspan="2" bgcolor="#FFFFFF">
<img src="images/capwiztxt.gif" alt="NJ Lawyer Marijuana Arrest" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<br />
</center>
-->
<font size="-2"><a href="http://www.njmarijuana.com/page.php?here=resources">Return to Top</a></font>gives the following error when validated in w3c:
Validation Output: 1 Error
Error Line 1722, Column 167: invalid comment declaration: found name start character outside comment but inside comment declaration
…GO!" to find out. (Powered by FAMM--Families Against Mandatory Minimums.)
✉
Info Line 1717, Column 1: comment declaration started here
<!--
I'm puzzled why something inside a comment is being flagged as an error. Actually, were it not inside a comment, I still don't see the error.
Suggestions?
A.