I am using an asp page that is directly under the root directory of my project.
I am trying to load an image.
Here is a snippet of my code:
sProdTypePic= "<img src='images/PickerEdge.jpg' alt='MRI' align='MIDDLE' border='0' width=148 height=111>"
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td><%=sProdTypePic%></td>
</tr>
</table>
What am I doing wrong? Is it because I'm trying to build it dynamically?
I am trying to load an image.
Here is a snippet of my code:
sProdTypePic= "<img src='images/PickerEdge.jpg' alt='MRI' align='MIDDLE' border='0' width=148 height=111>"
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td><%=sProdTypePic%></td>
</tr>
</table>
What am I doing wrong? Is it because I'm trying to build it dynamically?