Forum Moderators: open

Message Too Old, No Replies

Image does not up load

         

stubnolez

2:33 am on Apr 27, 2005 (gmt 0)

10+ Year Member



Greeting very new so sorry for the basic guestion..
I am using frontpage and I am trying to save a image so when I right click it to save in files it does not save as a jpg..
When I type it in the files as a jpg it will save the image however when I look at the page I am designing the image will not up load you just see a little box there with a X in the center of it..I have checked the script several times and I am sure it is right..
Thanks for all the help
John

BlobFisk

10:50 am on Apr 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi stubnolez,


I am trying to save a image so when I right click it to save in files it does not save as a jpg..

Do you mean right clicking on the image in a browser? If so, you will need to save it in the format that it is in, so a jpg needs to be saved as a jpg, a gif as a gif...


When I type it in the files as a jpg it will save the image however when I look at the page I am designing the image will not up load you just see a little box there with a X in the center of it..I have checked the script several times and I am sure it is right..

I'll guess that you have saved the image as the wrong format (eg. a gif was saved as a jpg) and therefore the browser cannot render it.

stubnolez

12:53 pm on Apr 27, 2005 (gmt 0)

10+ Year Member



Thank you blobfisk..
I tried saving it in a (bmp) format and still no luck.
Here is the code I am using
<img src="image1.bmp">
Any more suggestions
Thanks

BlobFisk

1:14 pm on Apr 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You should avoid using a bitmap on web pages. Try to stick to one of the optimised formats like gif, jpg and png.

If you have an image in a bitmap format then you can open it in an image manipultation tool (like Photoshop, or the Gimp which is free) and save it in an optimised file format.

HTH

stubnolez

1:25 pm on Apr 27, 2005 (gmt 0)

10+ Year Member



BolbFisk:
Thank you however it is still not working.
I am doing a online study lesson and I am suppose to right click on the image they are supplying and save as a jpg..
However it will only let me save as a bmp I am stumped but determined,and with fine people like you helping me I will succeed..
Thank you
John

BlobFisk

2:07 pm on Apr 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This could be an IE cache issue. Try clearing your cache and make sure to check the "Delete all offline content" checkbox too.... See if that helps!

stubnolez

8:27 pm on Apr 27, 2005 (gmt 0)

10+ Year Member



Well I got the image to upload on my computer.
However when I send the link to somebody they tell me the image does not upload on their computer..
Thanks again