First off, thanks for any help in advance. I am new to web design, self taught, and I can't seem to figure out this problem. I have a logo on my website that appears at the top of each page, and it shows up fine in Safari, but for some reason won't show up in Firefox or Internet Explorer.
Now on those browsers, this messes up the orientation of the page so I really need to fix this. I have checked everything I can think of. The image file name is the same in the HTML document and in the one uploaded to my server. Here is the image code, if that will help:
<center>
<table border="0" cellpadding="1" cellspacing="1" width="575">
<tr>
<td>
<img src="dknofill.jpeg" alt="DK Deals Logo" />
</td></tr>
</table>
</center>
Let me know if anyone has any ideas. Thanks.
Now on those browsers, this messes up the orientation of the page so I really need to fix this. I have checked everything I can think of. The image file name is the same in the HTML document and in the one uploaded to my server. Here is the image code, if that will help:
<center>
<table border="0" cellpadding="1" cellspacing="1" width="575">
<tr>
<td>
<img src="dknofill.jpeg" alt="DK Deals Logo" />
</td></tr>
</table>
</center>
Let me know if anyone has any ideas. Thanks.