The Modular DocBook Stylesheets
PrevDocBook HTML ParametersNext

%body-attr%

Name

%body-attr% — What attributes should be hung off of BODY?

Synopsis

%body-attr%

Description

A list of the the BODY attributes that should be generated. The format is a list of lists, each interior list contains the name and value of a BODY attribute.

Source Code

(define %body-attr% 
  ;; What attributes should be hung off of BODY?
  (list
   (list "BGCOLOR" "#FFFFFF")
   (list "TEXT" "#000000")))

PrevHomeNext
%ansi-funcsynopsis-indent%Up%callout-default-col%