teblack
Programmer
- Apr 30, 2004
- 45
I have a company website that has some thumbnail pics that reference a jpg file. I have one that will not display the jpg file. The new page displays with a red X. I have attempted to reload the image to the server but nothing seems to fix the problem. The 8513_CR is the pic that does not show.
Here is the code that I'm having problems with...
Here is the code that I'm having problems with...
Code:
<table border="5" cellspacing="2" cellpadding="0">
<tr>
<td valign="top">
<a HREF="../images/8513_CR.jpg" TARGET="blank"><img src="../images/8513_CR.bmp" width="130" height="100" border="0" alt="Front Elevation"></a>
<br>
</td>
</tr>
<tr>
<td valign="top">
<a HREF="../images/8513_1.jpg" TARGET="blank"><img src="../images/8513_1.bmp" width="130" height="100" border="0" alt="First Floor Layout"></a>
<br>
<a HREF="../images/8513_2.jpg" TARGET="blank"><img src="../images/8513_2.bmp" width="130" height="100" border="0" alt="Second Floor Layout"></a>
</td>
</tr>
</table>
[\code]
Any suggestions as to what might be happening.
Thanks in advance for any help that you can give.
TBlack -