Friday 16 September 2011

I found some free picture to use for my website but I don't know how to change the size?

of the pictures from the embeded code, is there a way? Thank you in advance!
I found some free picture to use for my website but I don't know how to change the size?
You can use Microsoft Paint and open up the picture in there and just make it smaller and save it.
I found some free picture to use for my website but I don't know how to change the size?
You can use any number of photo editor programs to re-size the picture itself. I use PaintDotNet quite a bit (It's a free download.).



In the 'img' tag on your page, you'd specify the width and height attributes to match the size of the re-sized picture, like this:



%26lt;img src=%26quot;myphoto.jpg%26quot; width=%26quot;400%26quot; height=%26quot;300%26quot; alt=%26quot;My Photo%26quot;%26gt;