Advanced Code Table Installed

Buffaloed

webmaster
Feb 27, 2002
43,324
23,585
Niagara Falls
Advanced Table BBCode has a main task that is providing you a code paragraph to add into your site. The Table function will display on the taskbar and you could do anything you want with the Table.

Some main features:
- Can create, edit and delete a table.
- Can add or delete single rows or columns, define headers etc.
- Can copy and paste a table, add-on will render to table BBcode.
- Support all BBCODE tags (example IMG, MEDIA, COLOR ...) inside table BBcode.
- Support changing properties of table, row and cell via form (easy to use)
- Support following tag:
table: Define a table
th: Define a header cell in a table
td: Define a cell in a table
tr: Define a row in a table
caption: Define a table caption
colgroup: Specify a group of one or more columns in a table for formatting
col: Specify column properties for each column within a <colgroup> element
thead: Group the header content in a table
tbody: Group the body content in a table
tfoot: Group the footer content in a table
- Support following attributions in a table BBcode
width: Specify the width of a table
align: Specify the alignment of a table according to surrounding texts
border: Specify whether the table cells should have borders or not
border-color: Specify the border color
- Support following attribution in a td BBcode
width: Specify the width of a cell
colspan: Specify the number of columns should be spanned
rowspan: Set the number of rows should be spanned
bgcolor: Specify background color of a cell
align: Align the content in a cell
- Support following attribution in a BBcode table
bgcolor: Specify a background color for a table row
- And will support almost attributions of table tag in the future.

EXAMPLE:
  • Basic table
Code:
MonthSavings
January$100
February$80
[TBODY] [/TBODY]
  • Table with headers & Vertical headers
Code:
NameTelephone
Bill Gates555 77 854
[TBODY] [/TBODY]

First Name:Bill Gates
Telephone:555 77 854
[TBODY] [/TBODY]
  • Table with empty cell
Code:
Some textSome text
Some text
[TBODY] [/TBODY]
  • Table with tags inside
Code:
This is a paragraph
This is another paragraph
This cell contains a table:
AB
CD
[TBODY] [/TBODY]
This cell contains a list
  • apples
  • bananas
  • pineapples
HELLO
[TBODY] [/TBODY]
  • Table with colspan and rowspan
Code:
Cell that spans two columns:
NameTelephone
Bill Gates555 77 854555 77 855
[TBODY] [/TBODY]
Cell that spans two rows:
First Name:Bill Gates
Telephone:555 77 854
555 77 855
[TBODY] [/TBODY]
  • Table with full supported tags and attributes
Code:
Header 01 Header 02 Header 03
Footer 1Footer 2Footer 2
This is tdThis is tdThis is td
Table 2Table inside
code inside tablesmiles inside table
PHP:
<?php
echo 'Hello World!';
?>
:(:mad::cool::D
[TBODY] [/TBODY]
img tag inside table
avatar_male_m.png
media tag inside table
Cell with width attribute
Cell with bgcolor attribute​
Cell with algin attribute

[THEAD] [/THEAD]
[TFOOT] [/TFOOT]
[TBODY]
 

Ad

Upcoming events

Ad

Ad