View Full Version : I forgot how to resize an image


Kaisha227
08-19-2006, 12:21 AM
Does anybody know how to resize an image with html? I know that there's a code but I forgot. Could someone fill me in? :)

Douglas
08-19-2006, 01:13 AM
Like so, just specify the new height + width:

<img src="URL" style="height:100px;width:100px;" border="0" />

:D

pb&j
08-19-2006, 05:52 AM
just to add... it would be much better to use an image editor and resize the image to a correct size of your desire instead of using coding. coding may distort the image as it is trying to stretch or compact the image into a new size.