View Single Post
Old 09-02-2011, 05:28 AM   #1
Bertrand
Zealot
Bertrand began at the beginning.
 
Posts: 118
Karma: 10
Join Date: Dec 2008
Location: France
Device: None
Sigil 0.4.1 : unwanted span added by Sigil

Hi all,

I put my cursor at the beginning of a paragraph, insert an image, Sigil adds a span tag with a style.

?

Before :
Code:
<p class="editeur">Editions Baral</p>
After :
Code:
 <p class="editeur"><span style="font-size: 16px;"><img src="../Images/logo.jpg" alt="" /></span>Editions Baral</p>
Thanks.
Bertrand is offline   Reply With Quote