I am having a little trouble inserting an image into a list. It looks good but when I validate it I get an error.
Here is the code:
<ol>
<li>Member of the American Society of Home Inspectors®</li>
<li>Over 11 years of experience with more than 4,000 inspections completed</li>
<li>Computerized on-site reports</li>
<li>Two day results on your radon tests</li>
<img src= "frea.gif" alt = "Foundation of Real Estate Appraisers logo" width="150" height="150" align = "right" >
<li>Licensed Builder, Termite Inspector, and EPA Radon Certified</li>
<li>Affiliate member GRAR with electronic keybox key</li>
<li>Available for phone calls during and after business hours</li>
<li>Paul Young does all inspections personally</li>
<li>Visa, MasterCard, Checks and Cash accepted</li>
<li>Certified by the <a href = " target="_blank" >Foundation of Real Estate Appraisers</a> as a Commercial Real Estate Inspector</li>
</ol>
I get this error in the validator
Error: element "IMG" not allowed here; assuming missing "LI" start-tag
Can anyone help?
Here is the code:
<ol>
<li>Member of the American Society of Home Inspectors®</li>
<li>Over 11 years of experience with more than 4,000 inspections completed</li>
<li>Computerized on-site reports</li>
<li>Two day results on your radon tests</li>
<img src= "frea.gif" alt = "Foundation of Real Estate Appraisers logo" width="150" height="150" align = "right" >
<li>Licensed Builder, Termite Inspector, and EPA Radon Certified</li>
<li>Affiliate member GRAR with electronic keybox key</li>
<li>Available for phone calls during and after business hours</li>
<li>Paul Young does all inspections personally</li>
<li>Visa, MasterCard, Checks and Cash accepted</li>
<li>Certified by the <a href = " target="_blank" >Foundation of Real Estate Appraisers</a> as a Commercial Real Estate Inspector</li>
</ol>
I get this error in the validator
Error: element "IMG" not allowed here; assuming missing "LI" start-tag
Can anyone help?