Discussion board
How to change size of Image...
By Dhananjay Gajanan Puri
Dear Sir,
I am trying to insert a image on my webpage but it's size is too large. Please let me know how I can change size of an Image.
Regards,
Dhananjay.
Reply
Post   Reset
Sanjay S Nair replied to Dhananjay Gajanan Puri Tuesday, August 25, 2009
Hi

You could use width and height attributes for setting image's width and height respectively.
Eg: - <img src="imagename.ext" width="100" height="100">