Table tag.plugin

From FUDforum Wiki
Jump to: navigation, search

Table tag.plugin is a plugin that will introduce BBcode tags to render tables. This plugin ships with FUDforum 3.0.3 and later releases.

Example

This example shows how you can get a table rendered via BBcode using the [table], [tr], [td] and [th] tags.

[table]
  [tr]
    [th]Name[/th]
    [th]Age[/th]
  [/tr]
  [tr]
    [td]John[/td]
    [td]65[/td]
  [/tr]
  [tr]
    [td]Gitte[/td]
    [td]40[/td]
  [/tr]
  [tr]
    [td]Sussie[/td]
    [td]19[/td]
  [/tr]
[/table]
Languages
Personal tools
This is a cached copy of the requested page, and may not be up to date.

Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.

(Can't contact the database server: Cannot return last error, no db connection)


You can try searching via Google in the meantime.
Note that their indexes of our content may be out of date.