The images with .jpeg extention are not being displayed on the web page, only .gif images are working. Why is this happening, and suggestions?
And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?
And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?
Are you trying to resize them using the img height/width attributes? That's your problem. Use a graphics program to size them properly and make the height/width match the pixel dimensions of the resulting image.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
If they are trying to resize with HTML then the images are probably H-U-G-E and take forever to download. If they came straight from a camera then they will be at least 100 times bigger than they need to be for the web.
The images with .jpeg extention are not being displayed on the web page, only .gif images are working. Why is this happening, and suggestions?
it is .jpg not .jpeg
Originally Posted by squirrel
And when I resize the images to my required size, the clarity is being lost. Can anyone suggest what can be done to maintain the clarity of the picture?
try using macromedia flash to increase the size of your image because it doesn't pixelate images. then after you have achieved your ideal size, save it up and you can display them on the webpage nicely
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
It would if that was how you'd saved the images. Just like .htm and .html
Disclaimer. (1) Whilst I will help you sometimes, if I feel like it, and my advice in relation to your actual question will be of good quality: my posts are to be taken with a pinch of salt. I will be sarcastic, deploy irony and include obscure cultural references for my own amusement without warning.
(2) You will gain nothing from complaining, and if you try to argue with me then you will not win. No matter how noble your battle seems, I am still better than you, don't be an hero.
i suppose it does, if you try <img src="abc.jpeg"> it wouldn't display the images.
Then there is either a file name mismatch or a server configuration problem.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks