| Author |
image missing
|
smitha mano
Ranch Hand
Joined: Sep 26, 2005
Posts: 70
|
|
Hi all, Give me the solution. In my project i have a signup page. i filled it and to submit. this signup page reply is going thru email. So client opend email, they will get an email, but,i wanted to here, top position company logo . i wanted to reply of the signup page is company leter pad. How can i get this?. I try this, but, i can't see the logo file(images). images are missing. please help me...... ************** Here is the code of jsp *************** <%@ page contentType="text/html; charset=" language="java" import="java.sql.*" errorPage="" %> <html><head><title>Untitled Document</title> <td><td height='16'> <table width='75%' border='0'> <tr> <td><div align="center"><img src='../images/Logo.jpg' width='160' height='47'> company logo here</div></td> </tr> <tr> <td><img src='../images/jacob.jpg' width='85' height='114' align='left'> Director Photo here</td> </tr> <tr> <td><font size='2' face='Verdana, Arial, Helvetica, sans-serif'>Dear "+name+",</font></td> </tr> <tr> <td height='88' valign='top'><p><br> "Here sometext" <font size='2' face='Verdana, Arial, Helvetica, sans-serif'><br> </font></p> </td> </tr> <br> <tr> <td><font size='2' face='Verdana, Arial, Helvetica, sans-serif'> Director</font></p><br></td> <tr> <td><p><strong>Click Here</strong> <p> </td> </tr> </table> <tr> <tr> <td height='16'> </td> </tr> <tr><td height='16'><div align='center'></div></td> </tr> </body></html>
|
 |
 |
|
|
subject: image missing
|
|
|