Forum Moderators: open

Message Too Old, No Replies

image not showing up in browser

previews just fine

         

stampy

4:13 pm on Dec 1, 2005 (gmt 0)

10+ Year Member



sorry if this is covered elsewhere - couldn't get the site search to work.

this is my code. when i preview it in the browser it's fine. when i uploaded the page the image didn't show in either firefox or ie. can anyone help?

<p>Blah blah presents <img src="logoimage.jpg" align="middle" height="83px" width="161px" alt="logoimagename"> with so-in-so!<br>
Join us for a free trial class on etc.</p>

kaled

4:19 pm on Dec 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did you also upload the file logoimage.jpg to the same directory. (Also, images must be uploaded in binary mode rather than ascii mode - but this is usually handled automatically).

Kaled

stampy

4:22 pm on Dec 1, 2005 (gmt 0)

10+ Year Member



smacking forehead.

thank you.

Robin_reala

4:53 pm on Dec 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Also you don't want to be specifying the px values if you're using @width and @height (as opposed to CSS where you have to).