Resize an image HTML

A Place To Talk About HTML,SHTML,XHTML, HTM,XML,CSS, JS,PHP,,Etc
Post Reply
User avatar Romania
Dragosvr92
Administrator
Administrator
Posts: 1128
Joined: 11 Sep 2009, 06:04
Name: Dragoș-Valentin Rădulescu
Location: Romania
Age: 32
Contact:

Resize an image HTML

Post by Dragosvr92 »

if you wish To Re-size an image by Using html code you can use the fallowing code

Code: Select all

<img src="YOUR_IMAGE.jpg"  width="XXX" height="XXX"/>

Just re-place the Width and height XXX Fields with your desired number
Formerly known as TheKiller
Post Reply