Love Sigil, Hate HTML Tidy
As the topic says. At least I am assuming HTML Tidy is creating this problem but... anyway something is fuggering up my css code, I really like Sigil but this is starting to piss me off. I do have HTML Tidy supposedly off but it still happens.
It's taking this:
<p><i class="italix">
and making this:
<p class="italix sgc-1">
with this at the top of the page:
<style type="text/css">
/*<![CDATA[*/
p.sgc-1 {font-style: italic}
/*]]>*/
</style>
It's not too much of a problem where the whole paragraph is italicized but its doing it as well were only part of the paragraph is italics. Though only if the italics are at the beginning of the paragraph.
|