Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Template:CTable

Revision as of 15:41, 4 January 2007 by Cthomas.groundworkopensource.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template gives a fancy table. There are 2 basic incantations.

This simple form:

 {{CTable}}

Yields a table that is 100% of the available width, like this:

header 1 header 2 header 3
cell 1 cell 2 cell 3

This second form:

 {{CTable|tableWidth=64%}}

Yields a table that is 64% of the width, like this:


header 1 header 2 header 3
cell 1 cell 2 cell 3


This second form also allows things like

 {{CTable|tableWidth=123px}}

those who are control freaks, and want tables like this:

header 1 header 2 header 3
cell 1 cell 2 cell 3


Back to the top