When I adjust the size of an image and watch the HTML afterwards, the HTML made
<img src="x--x.jpg" style="width:100px; height:200px;" /> for example
But because I would want to render the HTML in flash, it only handles ...
<img src="x--x.jpg" width="100" height="200" />
Is there a way to save scaled images HTML without the style attribute?
tnx!
<img src="x--x.jpg" style="width:100px; height:200px;" /> for example
But because I would want to render the HTML in flash, it only handles ...
<img src="x--x.jpg" width="100" height="200" />
Is there a way to save scaled images HTML without the style attribute?
tnx!