on 4/10/00 8:53 AM, Crook, Charles <[EMAIL PROTECTED]> wrote:

> How would I generate:
> <body topmargin="8" leftmargin="5" >
> ?
> 
> I don't see a setTopMargin( 8 ) or setMargin( "Top", 8 ) in the Body class.

body.addAttribute("topmargin", 8)

fyi, the javadocs are here (as well as with the distribution):

<http://java.apache.org/ecs/apidocs/>

-jon

--
Scarab -
      Java Servlet Based - Open Source
         Bug/Issue Tracking System
        <http://scarab.tigris.org/>




--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to