Maybe this was asked before, but I really can't find it:
In my source html file I have the following
Code:
<IMG style="WIDTH: 365px; HEIGHT: 47px" src="BdIm__2.png" border=0>
When I import with Sigil, I get:
Code:
img.sgc-4 {WIDTH: 365px; HEIGHT: 47px}
and
Code:
<img class="sgc-4" border="0" src="../Images/BdIm__2.png" />
The question is: Do I really need to include WIDTH and HEIGHT?
If I delete them, it seems to work Ok, and the resulting CSS is simpler.
And what about "border"?