Previous Next blank.gif Home Page

Class TH - Column Heading cell.


SYNOPSIS

import HTMLgen
class TH(Tbase)
  tuple attrs = ('align', 'valign', 'rowsp ...
  tuple flags = ('nowrap',)
  string tagname = 'TH'

  # Methods inherited by TH from Tbase
  def __init__(self, arg=None, **kw)
  def __repr__(self)
  def end_tag(self)
  def start_tag(self)

DESCRIPTION

def __repr__(self)

default string for this markup

def end_tag(self)

Return end tag for this tag type

def start_tag(self)

Return start tag for this tag type including all attributes

Keywords Available

align
set to either top|bottom|left|right
valign
set to either top|middle|bottom|baseline
rowspan
integer number of rows this heading cell should span
colspan
integer number of columns this heading cell should span
nowrap
flag to indicate that no text wrapping be done on this cell
width
integer or percent to force cell width

SEE ALSO

HTMLgen

Tbase


Previous Next blank.gif Home Page
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996