how to add photos to a jsp site
In index.jsp i have some tables :
"
<%--<table width="100" border="0" cellpadding="0" cellspacing="0" colspan="3">
<tbody>
<tr>
<td><img src="../img/certifications/NUCLEAR.jpg" width="183" height="250"></td>
<td><img src="../img/certifications/TUV.jpg" width="191" height="250"></td>
<td><img src="../img/certifications/MI.jpg" width="181" height="250"></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>--%>
"
I edited the file index.jsp and inserted another table but where the pictures should be, appears only a vertical line ( | ) , instead of a picture.
How can i insert pictures?
|