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

what's the html code where do i fit it in????


Copyright Protected src="http://i153.photobucket.com/albums/s204/putrilatifa/baby.jpg" border=0>

2007-04-26 00:59:52 · 4 answers · asked by pu3latifah 1 in Computers & Internet Programming & Design

4 answers

Do this:



Copyright Protected src="http://i153.photobucket.com/albums/s204/... border=0 width=400>



If you have an image that is 800 x 600 for example, and you want to display it smaller on your page, just put Width in your img tag. Make Width=250. That will make the img size 250 pixels wide. The height will stay in proportion to that width. If you assign Width=250 Height=300, the img will display 250 x 300 pixels and may appear distorted. Use either Width or Height, but not both if you want to keep the img looking the way it should. Mess around with the tag to see what I mean. Have fun.

2007-04-26 01:49:53 · answer #1 · answered by Anonymous · 0 0

Often you may simply set height and width attributes (maintaining the correct ratio, of course) and get a resized display. Be aware that the entire original image will load with the page, but at least the display will be resized. Try it and see if, what is displayed, is true to what you want. This works best, for shrunken jpg images (like, say, "thumbnails".)

2007-04-26 05:06:43 · answer #2 · answered by fjpoblam 7 · 0 0


Copyright Protected src="http://i153.photobucket.com/albums/s204/... border=0>



mercury of love

2007-04-26 01:26:54 · answer #3 · answered by mercury of love 4 · 1 0

you shouldn't really do that - certainly not to upsize it - always resize the actual image - if you need two of the same image at different sizes name it myimage_b or something

2007-04-26 02:14:50 · answer #4 · answered by circusmort 5 · 0 0

fedest.com, questions and answers