jenners2003
07-15-2003, 05:21 PM
whats the code for making a picture on your site smaller?
|
View Full Version : whats the code?? jenners2003 07-15-2003, 05:21 PM whats the code for making a picture on your site smaller? briankircho 07-15-2003, 05:26 PM just set the width and height properties, this is covered http://www.lissaexplains.com/html3.shtml#images Geekette 07-15-2003, 05:27 PM <img src="image.jpg" width="100" height="100"> Just change the numbers in bold to the exact pixel values that you want. MaGiCSuN 07-15-2003, 06:18 PM note: if you are having a big amount of 'resized' graphics on your site i would suggest making them smaller with a graphic editor because making all images smaller with HTML will make the loading time very big, so it's so slow at loading the page. Love, mirna |