[gnucash-de] Reports erstellen

Christian Stimming stimming at tuhh.de
So Dez 19 15:31:40 EST 2010


Am Sonntag, 19. Dezember 2010 schrieb Thomas Belau:
> Hallo!
> 
> Kann mir jemand einen Tip geben, an welcher Stelle aus "gnc:html-markpup-p"
> oder ähnlichen Funktionen ein "echtes" "<P>" im werdenden Dokument wird?

Ich glaube, es ging bloß darum, dass es in gnc:make-html-text eingeschlossen 
wird, z.B.

  (gnc:make-html-text
     (gnc:html-markup-anchor  "http://blabla.com"  "Mein Text"))

> Was ich ebenso wenig herausbekomme ist, warum ich an eine Tabelle das
> Attribut "class=" nicht anhängen kann. Wenn ich das in der Attribut-Liste
> (also 'attribute (list "class" "irgendeine")") einer Tabelle anhänge
> erscheint: NICHTS. Die Angabe "border="0"" wird beispielsweise auch weg
> optimiert. Das ist durchaus nicht sinnvoll.

Äh... das habe ich auch nie so ganz verstanden. Ich hab folgenden Code in 
Benutzung:

  (let ((table (gnc:make-html-table)))
    (gnc:html-table-set-style!
     table "table"
     'attribute (list "border" 0)
     'attribute (list "cellspacing" 0)
     'attribute (list "cellpadding" 0))
  ;; ...

und so ging das weiter. Ging das nicht?

Gruß

Christian


Mehr Informationen über die Mailingliste gnucash-de