Hi to all,
I a form I have a field type label. In this form I have enetered this code:
<table width="390" cellpadding="0" cellspacing="0">
<tr>
<td width="380"><img src="../_lib/img/grp__NM__grp__NM__mn_myLogo.png" width="53" height="72" border="0"><h2>{lang_help_about_title}</h2></td>
</tr>
<tr>
<td width="380"><h3>{lang_help_about_program}</h3></td>
</tr>
<tr>
<td width="380">
<p>{lang_help_about_company}<br>{lang_help_about_address}<br>{lang_help_about_support}<br>
Email: <a href="mailto:info@mycompany.com">info@mycompany.com<br>
</a>{lang_help_about_telephone}</p>
</td>
</tr>
<tr>
<td width="235">{lang_help_developper}</td>
</tr>
</table>
All the text is displayed correctly; only the image is not founded and displayed.
How can resolve this problem ? Can someone help me?