tables html dsssl HELP!

Subject: tables html dsssl HELP!
From: Billy Mahoney <chico@xxxxxxxxxxxxxx>
Date: Fri, 10 Oct 1997 11:16:04 -0700
Hello,

For the simplest scenario, I would like my dsssl to create a

2x2 table with borders around all the elements. Can anyone
help me? Here's what I attempted...

thanks...

(element E1
    (make display-group

    (make table
        table-border: #t

        (make table-row)

        (make table-cell
            starts-row?: #t
            (make paragraph
                quadding: 'start
                font-size: (* *textFontSize* 1.5)
                line-spacing: (* *textFontSize* 2.0)
                font-weight: 'bold
                (literal "ColumnHeader1")
            )
        )

        (make table-cell
            starts-row?: #f
            (make paragraph
                quadding: 'start
                font-size: (* *textFontSize* 1.5)
                line-spacing: (* *textFontSize* 2.0)
                font-weight: 'bold
                (literal "ColumnHeader2")
            )
        )

        (make table-row)

        (make table-cell
            starts-row?: #t
            (make paragraph
                quadding: 'start
                font-size: (* *textFontSize* 1.0)
                line-spacing: (* *textFontSize* 2.0)
                font-weight: 'normal
                (literal (*column1Value*))
            )
        )

        (make table-cell
            starts-row?: #f
            (make paragraph
                quadding: 'start
                font-size: (* *textFontSize* 1.0)
                line-spacing: (* *textFontSize* 2.0)
                font-weight: 'normal
                (literal (*column2Value*))
            )
        )
    )
    )
)
--
           .
           "*.
              3e
         .   z$ "$b
       J$$$ d$" "*$$$
      .e$$$$$"    **    Search light casting for faults
     d$$$$$$$           in the clouds of delusion
   ^3  $$$$$$
      J$$$$$$.
     J$$$$$$$$b
   4$$"    "**$$c
.e$P"          *$$c..
                 3P

begin:          vcard
fn:             Billy Mahoney
n:              Mahoney;Billy
org:            Just In Time Solutions
email;internet: chico@xxxxxxxxxxxxxx
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
end:            vcard

Current Thread