Image Height Width.

  •  09-14-2010, 2:22 PM

    Image Height Width.


    1. we added an image in cute editor, HTML shows - <img border="0" alt="" src="xyz" />
     
    2. After resizing that image, HTML becomes -
     
    <img style="width: 376px; height: 324px" border="0" alt="" src="xyz" width="171" height="227" />
    Please suggest if we can set any property, so that in HTML , we should see only the correct image size.
View Complete Thread