%body-attr%
PrevNext

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
$linenumber-space$Up%callout-default-col%
 
 

Copyright © 1997, 1998 Norman Walsh