ICI Modules: html: empty_cell


Modules by name : by type

Synopsis

html.empty_cell()

Description

Outputs HTML tags to define an empty table cell. Note this is not a completely empty cell, this is a cell containing a non- breaking space character to force browsers to draw table borders. To obtain a completely empty cell requires explicit calls to html.start_table_cell() and html.end_table_cell() with no intervening output.