|Centered Table Caption|||||||<tablewidth="50%" align="center">'''Heading'''|| ||cell 1||cell2||cell 3|| ||cell 1||||spanning 2 columns|| ||||||<width="50%" align="center">'''Heading'''|| ||cell 1||cell2||cell 3|| ||cell 1||||spanning 2 columns|| ||<align="right"><width="100px" bgcolor="#cc0000">cell 1||cell2||cell 3|| ||<align="right">cell 1||||spanning 2 columns|| ||||'''Hybrid table'''|| ||<|2> 1|| 1-1|| || 1-2||
Heading | |||
cell 1 | cell2 | cell 3 | |
cell 1 | spanning 2 columns |
Heading | ||
cell 1 | cell2 | cell 3 |
cell 1 | spanning 2 columns |
cell 1 | cell2 | cell 3 |
cell 1 | spanning 2 columns |
Hybrid table | |
1 | 1-1 |
1-2 |
||||left aligned text . . . . . . . . . . || ||Hello world ||
left aligned text . . . . . . . . . . | |
Hello world |
|||| middle alignededxxxx . . . . . . . . . . || ||<space>middle aligned<space>||
middle alignedxxxx . . . . . . . . . . |
middle algin |
|||| right aligned text . . . . . . . . . .|| ||<space>right aligned||
middle aligned text . . . . . . . . . . | |
right align |
/* for right aligned table */ .wikiRight { float:right; position:relative; border-color: #9C9C9C; border-collapse: collapse; margin: 10px 20px 10px 20px; clear:both; } table.wikiRight tr:first-child { background-color:#DDD; border-bottom:2px solid #333; } table.wikiRight td { border-left:1px dotted #9e9e9e; border-right:1px dotted #9e9e9e; border-top:1px dotted #9e9e9e; border-bottom:1px dotted #9e9e9e; padding:2px .6em 2px .6em ; } /* for left aligned table */ table.wikiLeft { background-color: #FFF; float:left; display:block; font-size:1em; margin: 10px 20px 10px 0; } table.caption { background-color: #FFF; } table.wikiLeft tr:first-child { background-color:#DDD; border-bottom:2px solid #333; } table.wikiLeft td { vertical-align:top; border-left:1px dotted #9e9e9e; border-right:1px dotted #9e9e9e; border-top:1px dotted #9e9e9e; border-bottom:1px dotted #9e9e9e; padding:2px .6em 2px .6em ; } /* for center aligned table */ table.wikiCenter { background-color: #FFF; border-color: #9C9C9C; border-collapse: collapse; margin: 10px 0 10px 0; margin-left: auto; margin-right: auto; clear:both; } table.wikiCenter tr:first-child { background-color:#DDD; border-bottom:2px solid #333; } table.wikiCenter td { border-left:1px dotted #9e9e9e; border-right:1px dotted #9e9e9e; border-top:1px dotted #9e9e9e; border-bottom:1px dotted #9e9e9e; padding:2px .6em 2px .6em ; } /* generic table caption class */ table.caption { background-color: #FFF; }
||Table Caption|<table class="wikiRight">||||'''Table Header'''|| || a || b || c || || d || e || f ||
Right aligned table header | ||
a | b | c |
d | e | f |
|Table Caption|<table class="wikiLeft">|||| '''Left aligned table header''' || || a || b || c || || d || e || f ||
Left aligned table header | ||
a | b | c |
d | e | f |
|Table Caption|<table class="wikiCenter">|||| '''Center aligned table header''' || || a || b || c || || d || e || f ||
Center aligned table header | ||
a | b | c |
d | e | f |