Description: Visual test of most of the features in 
TablePlugin
See also: 
TestCaseTablePluginTableAttributes
  Basic layout 
View this section only
  Table with top headers 
	
		
			| Item | Text | 
	
	
		
			| Item1 | Lorem ipsum dolor sit amet, consectetur, adipisci velit. | 
		
			| Item9 | Morel iptul domor tis ales, duit ausel vem eul iriure domor eu, feugias numma. | 
		
			| Item10 | Neque porro quisquam est qui dolorem ipsum dolor sit amet, consectetur, adipisci velit. | 
		
			| Item11 | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 
		
			| Item111 | Us weiti enil ad linil venial, quit notsurd exerci sasion, nal miber domor. | 
	
  Table with side headers 
	
		
			| Header 1 | Lorem ipsum dolor sit amet, consectetur, adipisci velit. | 
		
			| Header 2 | Morel iptul domor tis ales, duit ausel vem eul iriure domor eu, feugias numma. | 
		
			| Header 3 | Neque porro quisquam est qui dolorem ipsum dolor sit amet, consectetur, adipisci velit. | 
	
  Table without headers 
	
		
			| no header | no header | 
		
			| text 1 | text 2 | 
	
  Table with very wide header 
  Table with numbers and text 
  Table with sortable single column: 
  Table with sortable single column, no header 
	
		
			| Single column no header | 
		
			| text | 
	
  Very simple table 
  Complex table 
	
		
			| One One | One Two | One Three | 
		
			| Two Two | Two Three | 
		
			| Three One | Three Three | 
	
  More cellspan examples 
	
		
			| vertical span | table 1 | normal | 
	
	
		
			| <- pipe-caret-pipe | 
		
			| cell | cell | cell | 
		
			| vertical span | table 1 | normal | 
		
			| <- pipe-caret-pipe | 
		
			| cell | cell | cell | 
		
			| vertical span | cell | cell | 
		
			| <- pipe-caret-pipe | 
		
			| cell | cell | cell | 
	
	
		
			| vertical span | table 2 | normal | 
	
	
		
			| <- pipe-space-caret-space-pipe | 
		
			| cell | cell | cell | 
		
			| vertical span | cell | cell | 
		
			| <- pipe-space-caret-space-pipe | 
		
			| cell | cell | cell | 
	
	
		
			| vertical span | table 3 | normal | 
		
			| <- pipe-space-caret-space-pipe | 
		
			| cell | cell | cell | 
		
			| vertical span | cell | cell | 
		
			| <- pipe-space-caret-space-pipe | 
		
			| cell | cell | cell | 
	
  Complex table with headers 
  Vertical cellspan in headers 
  Table with mixed data 
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  databg 
View this section only
  databg="none" 
%TABLE{databg="none"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  databg="#ffcc33" 
%TABLE{databg="#ffcc33" headerbg="#990033"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  databg="#ffcc33, #99ff33" 
%TABLE{databg="#ffcc33, #99ff33"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  Sorting 
View this section only
  headerbgsorted 
	
		
			| One   | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  Sorting icons 
  initsort 
initdirection="up", column 1
	
		
			| One   | Two | Three | Four | 
	
	
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 1 | abc | vwx | 01 Jan 1900 | 
	
initdirection="down", column 2
	
		
			| One | Two   | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
no initdirection specified, column 3
	
		
			| One | Two | Three   | Four | 
	
	
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 1 | abc | vwx | 01 Jan 1900 | 
	
  no sort 
sort="off"
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
sort="off", initsort="1"
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
sort="off", headerrows=1", footerrows="1" 
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  disableallsort 
View this section only
	
		
			| One | Two | Three   | Four | 
	
	
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 1 | abc | vwx | 01 Jan 1900 | 
	
  Colors 
View this section only
  headercolor 
%TABLE{headercolor="#990000" headerbg="#eeeeee" headerbgsorted="#dddddd"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headercolor="#990000" headerbg="#eeeeee"}%
	
		
			| Header 1 | Lorem ipsum dolor sit amet, consectetur, adipisci velit. | 
		
			| Header 2 | Morel iptul domor tis ales, duit ausel vem eul iriure domor eu, feugias numma. | 
		
			| Header 3 | Neque porro quisquam est qui dolorem ipsum dolor sit amet, consectetur, adipisci velit. | 
	
  datacolor 
%TABLE{datacolor="#ff0000,#ff9933"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  tableborder 
View this section only
  tableborder="5" 
%TABLE{tableborder="5"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  tableborder="0" 
%TABLE{tableborder="0"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  tableborder="0", cellborder="0" 
%TABLE{tableborder="0" cellborder="0"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellpadding 
View this section only
  cellpadding=0 
%TABLE{cellpadding="0"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellpadding=15 
%TABLE{cellpadding="15"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellspacing 
View this section only
%TABLE{cellspacing="15"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellborder 
View this section only
  cellborder="0", tableborder="1" 
%TABLE{cellborder="0" tableborder="1"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellborder="3" 
%TABLE{cellborder="3"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cellborder="3", tableborder="3" 
On IE 6 and 7: works only in section-only view.
%TABLE{cellborder="3" tableborder="3"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  Alignment 
View this section only
  Cell alignment using spaces 
  valign 
%TABLE{valign="top"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{valign="middle"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{valign="bottom"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{valign="baseline"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  headervalign 
%TABLE{headervalign="top"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headervalign="middle"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headervalign="bottom"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headervalign="baseline"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  datavalign 
%TABLE{datavalign="top"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{datavalign="middle"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{datavalign="bottom"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{datavalign="baseline"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  Combined headervalign and datavalign 
%TABLE{headervalign="bottom" datavalign="top"}%
	
		
			| One | Two Two
 | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  headeralign 
%TABLE{headeralign="left"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headeralign="center"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headeralign="right"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{headeralign="justify"}%
  Mixed headeralign 
%TABLE{headeralign="right,left,justify,right"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc def ghi jkl | vwx | 01 Jan 1900 | 
		
			| 2222 | defdefdefdefdefdefdefdef | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 33333333 | ghi | pqr | 15 Jan 2006 | 
	
  dataalign 
%TABLE{dataalign="left"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{dataalign="center"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{dataalign="right"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
%TABLE{dataalign="justify"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  Mixed dataalign 
%TABLE{dataalign="right,left,justify,right"}%
	
		
			| One | Two | A wide column three | Four | 
	
	
		
			| 1 | abc def ghi jkl | vwx | 01 Jan 1900 | 
		
			| 2222 | defdefdefdefdefdefdefdef | Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. | 31 Dec 1999 | 
		
			| 33333333 | ghi | pqr | 15 Jan 2006 | 
	
  tablerules 
View this section only
  none 
%TABLE{tablerules="none" headerbg="#ffffff" headercolor="#ff0000"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  groups 
%TABLE{tablerules="groups" headerbg="#ffffff" headercolor="#ff0000"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  With footerrows 
%TABLE{footerrows="1" tablerules="groups" headerbg="#ffffff" headercolor="#ff0000"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| Footer row | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  cols 
%TABLE{tablerules="cols"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  rows 
%TABLE{tablerules="rows"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  all 
%TABLE{tablerules="all"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  tableframe 
View this section only
  void 
%TABLE{tableframe="void" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  above 
%TABLE{tableframe="above" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  below 
%TABLE{tableframe="below" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  lhs 
%TABLE{tableframe="lhs" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  rhs 
%TABLE{tableframe="rhs" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  hsides 
%TABLE{tableframe="hsides" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  vsides 
%TABLE{tableframe="vsides" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  box 
%TABLE{tableframe="box" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  border 
%TABLE{tableframe="border" tablerules="none" tableborder="4"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  tablewidth 
  in percentages 
%TABLE{tablewidth="50%"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  in pixels 
%TABLE{tablewidth="500px"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  columnwidths 
  Table with column widths, skin sensitivity 
These columns MUST NOT WORD WRAP on Internet Explorer
  in percentage 
%TABLE{columnwidths="10%,20%,30%,40%"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  in pixels 
%TABLE{columnwidths="50px,100px,150px,200px"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  headerrows 
%TABLE{headerrows="2"}%
	
		
			| Table with two header rows | 
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  footerrows 
%TABLE{footerrows="1"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| Footer row | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  id 
%TABLE{id="myTestTable"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  summary 
View this section only
%TABLE{summary="This is a summary"}%
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 | 
	
  caption 
View this section only
%TABLE{caption="This is a caption"}%
This is a caption
	
		
			| One | Two | Three | Four | 
	
	
		
			| 1 | abc | vwx | 01 Jan 1900 | 
		
			| 2 | def | stu | 31 Dec 1999 | 
		
			| 3 | ghi | pqr | 15 Jan 2006 |