dimensions in image properties do not match style

  •  12-06-2005, 2:42 PM

    dimensions in image properties do not match style

    Have a look at:

    <img id="categoryimage" height="88" src="img.gif" width="55" border="0" style="width: 61px; height: 73px" />
     
    The size and width of the image properties do not match the style.
     
    When switching from normal mode to html mode, this gets fixed, and the style info prevails.
     
    However, submitting a form from normal mode following a change in dimensions results a mismatch.
     
    Until this  gets remedied, is there a js or server-side func I can call to fix this? Obvisoly somehting is fixing it when swithing from normal to html modes, as I mentionned above.
View Complete Thread