Regarding bug 39, where Sigil isn't importing the linked images in an HTML file, I discovered the root cause. Sigil is treating image tags as case sensitive (not sure if other tags have similar problems). Because of this only lower case image tags are imported, upper case tags aren't properly parsed.
I noticed someone else starred it, so anyone running into this problem can just do a find and replace, replacing <IMG with <img
Last edited by ldolse; 08-05-2009 at 06:13 AM.
|