When I add style to img tag in this way:
The IE change it into this:
Do you know why??? The FF leaves code unchanged.
In addition the padding does not work in IE. The code:
is changed again to:
However the padding in WYSIWYG is still 0px!!! FF is ok...
border: 1px solid black;
The IE change it into this:
BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid
Do you know why??? The FF leaves code unchanged.
In addition the padding does not work in IE. The code:
padding: 10px;
is changed again to:
PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
However the padding in WYSIWYG is still 0px!!! FF is ok...