English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I also need to position it at the bottom right hand corner.
Please tell me the codes...

Thanks in advanced!!!

2007-02-15 02:20:52 · 4 answers · asked by Vi 1 in Computers & Internet Programming & Design

4 answers

It is better to reduce the image to the correct size before you put it online. Use a graphics program to do this.

If you simply squash the image using HTML the user still has to wait to download the larger image, and different browsers may do better or worse jobs as squashing the image. If you size it yourself you can decide the exact dimensions, the exact compression ratio, and make sure it is how you want it to look. This will also save bandwidth and speed up page load time.

2007-02-15 03:41:48 · answer #1 · answered by ZCT 7 · 0 0

Just as a thought, rather than scaling the image by specifying the width and height either by tag or in javascript, you may want to resize the original image before placing utilizing it in the web page. When you scale the image in html without optimizing it, the image is still the same size in bytes when it gets downloaded. If you optimize it first in a image editing tool, you can get the exact dimensions you want and get smaller images(in bytes) for download to boot.

2007-02-15 02:51:14 · answer #2 · answered by Anonymous · 0 0

As others say, resize the image first but the following works:







Any other rubbish if needed




Any other rubbish if needed



Photo

2007-02-15 04:54:33 · answer #3 · answered by ROY L 6 · 0 1



2007-02-15 02:38:35 · answer #4 · answered by the_dadd_from_tn2005 4 · 0 0

fedest.com, questions and answers