Variable: table-html-cell-attribute

table-html-cell-attribute is a customizable variable defined in table.el.gz.

Value

""

Documentation

Cell attribute that applies to all cells in HTML generation.

Do not specify "align" and "valign" because they are determined by the cell contents dynamically.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-html-cell-attribute ""
  "Cell attribute that applies to all cells in HTML generation.
Do not specify \"align\" and \"valign\" because they are determined by
the cell contents dynamically."
  :tag "HTML cell attribute"
  :type 'string
  :group 'table)