How to have a box drawn across the page?

Subject: How to have a box drawn across the page?
From: Philippe CASIDY <pcasidy@xxxxxxxxxxx>
Date: Thu, 26 Aug 1999 09:33:57 +0200 (CEST)
Hi!

I am trying to have the following output :

<--------- usable page width ------------>

__________________________________________
|              HEADLINE                  |
------------------------------------------

So, in my DSSSL, I tried the following :

(element HEADLINE
        (make sequence
                (make paragraph
                        quadding: 'center
                        (make box
                                (literal "HEADLINE")
                        )
                )
        )
)

and not surprisingly, I have :

<--------- usable page width ------------>

             ____________
             | HEADLINE |
             ------------

So I have tried several options for the paragraph flow object as for
the box flow object with no success.


Any ideas?

Thanks

Phil.


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread