My html image won't show.?

  • Thread starter Thread starter Josh C
  • Start date Start date
J

Josh C

Guest
The image is in the same folder as the html file. The image name is 100% correct, it appears with a white box and three shape. Help.

Here is the code:

<table border=1 height=60% width=79% align=left bgcolor=222222>
<tr><td><font color=white face="trebuchet ms"></font></td></tr>
<tr height=50%>
<td><img src="picture.png"></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
 
<td><img src="picture.png" width="877" height="140"></td>

Might be the solution, specify your width and height within the cell. As it stands you are not telling it what size it should be, only the table, not the cell which is what that code would do.
 
I see nothing wrong but without seeing the actual code online there is not much more I can do.

I have tried the code in IE8 and Firefox 3 and it works.

₪ ɦəlʞɹɐq ₪
 
Back
Top