Saturday 11 June 2011

Blog Tips: How to change the size of a displayed image with the HTML code

Size Attributes

The size attributes define the width and height of the image. They look like this:

<img src="image.jpg" width="200" height="150">

Insert the URL of the image you want displayed and paste it in, then just change the numbers 200 and 150 to whatever you want the height and width to be. It's not rocket science!

No comments:

Post a Comment