body_tag

Name

body_tag -- override the default BODY for all HTML pages

Synopsis

     body_tag="<body>"
  

Description

This is the most often overridden default setting. makethumbs will use the body_tag for its BODY tag for all HTML pages makethumbs creates. You can set a background image, or the color, or the text color by setting this variable.

Examples

Adding an entry like the following to your ~/.makethumbsrc file:

       body_tag="<body bgcolor="black" text="#ffffff" link="red" alink="yellow" vlink="green">"
  

Will make all of your web pages have a black background, white foreground, and various colors for different states of links. Yummy.