On Mon, 2005-05-02 at 21:19, Richard Lee-Morlang wrote: > I've spent four hours hacking scheme code, googling, searching mailing > lists, bugzilla and source code to try to add some DIV and SPAN tags, > and some CLASS and ID attributes to the invoice report. I don't see > where they're being filtered out, or how to change this behaviour. > > I can add an IMG tag, and it works fine, albeit with some extra > attributes added. What do I need to do to make this work? I'm tempted > at this point to write a perl script to parse and reformat the output > from the invoice report, but I'd really rather not do that.
I'm pretty sure it is gtkhtml filtering them out; it doesn't treat HTML as opaquely as it should. Unfortunately, you will need to massage the output after the fact. :( It is on the General To Do List to bring the HTML output into modernity. ...jsled -- http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED] _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
