I am having some image resize problem with IE6
when I use the following code, the image looks blurry and the embedded text in the picture cannot be read properly...(it works great in Firefox) <p align = "center"> <img border="0" name = "imgName"; src="updatedFlow.png" width="700" height="740"></p>
However, if I remove the width and the height attribute, the image is no longer blurry in IE..
But I really want to make the picture take less space and so want to resize without blur...The problem do not exist in other browser (checked in firefox 3.5 and safari 4)
Any help is greatly appreciated!
thanks