Blame docs/xhtml/manual/pi-dblatex_bgcolor.html

Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dblatex bgcolor</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="apbs04.html" title="Tables" /><link rel="prev" href="apbs04.html" title="Tables" /><link rel="next" href="pi-dblatex_table-width.html" title="dblatex table-width" /></head><body>

dblatex bgcolor

<?dblatex

Packit Service 76cb02
             bgcolor?> — Sets the Background Color of A Table Element

Synopsis

<?dblatex bgcolor="#00FF00"?>
Packit Service 76cb02
<?dblatex bgcolor="{blue}"?>
Packit Service 76cb02
<?dblatex bgcolor="[gray]{0.8}"?>

Description

Set the background color of a table element. The color of a

Packit Service 76cb02
    child element is inherited from its parent, with the exception of
Packit Service 76cb02
    the color of row cells. These have a color which is inherited from
Packit Service 76cb02
    the column in which they appear so long as no color is specified
Packit Service 76cb02
    for the row.  How the color is set, whether by attribute or by
Packit Service 76cb02
    processing instruction, does not matter.

The color can be expressed in hexadecimal

Packit Service 76cb02
notation like for HTML (e.g. #C0C0C0) or in a syntax
Packit Service 76cb02
understood by the colortbl latex package.

The default is the value of the table's

Packit Service 76cb02
    bgcolor attribute, or white when not otherwise
Packit Service 76cb02
    specified.

Context

Recognized in the following elements<sup>[1]</sup>:

  • col
  • colgroup
  • entry
  • entrytbl
  • row


<sup>[1] </sup>HTML table elements have attributes which allow color to

Packit Service 76cb02
      be specified.

</body></html>