Help:Tablestyles: Difference between revisions

From OER in Education
(Created page with "alt-whitegrey {|border=1 class="alt-whitegrey" |- || A || B |- ||C || D |} alt-greywhite {|border=1 class="alt-greywhite" |- || A || B |- ||C || D |} tr-highlight {|bor...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
alt-whitegrey
alt-whitegrey


{|border=1 class="alt-whitegrey"
{|class="alt-whitegrey"
|-
|-
|| A || B
|| A || B
Line 11: Line 11:
alt-greywhite
alt-greywhite


{|border=1 class="alt-greywhite"
{|class="alt-greywhite"
|-
|-
|| A || B
|| A || B
Line 18: Line 18:
|}
|}


tablehighlight (All)


tr-highlight
{|class="tablehighlight"
|-
|| A || B
|-
||C || D
|}
 
tr-highlight (row AB only)
 
{|
|-class="tr-highlight"
|| A || B
|-
||C || D
|}


{|border=1 class="tr-highlight"
tablehighlightcell (All)
 
{|class="tablehighlightcell"
|-
|-
|| A || B
|| A || B
Line 28: Line 45:
|}
|}


td-highlight (cells A,D only)


td-highlight
{|
|-
|class="td-highlight"| A || B
|-
||C ||class="td-highlight"| D
|}


no vertical borders


{|class="nosideborder"
|-
|| A || B
|-
||C || D
|}


no borders


{|border=1 class="td-highlight"
{|class="noborder"
|-
|-
|| A || B
|| A || B

Latest revision as of 16:14, 4 September 2012

alt-whitegrey

A B
C D


alt-greywhite

A B
C D

tablehighlight (All)

A B
C D

tr-highlight (row AB only)

A B
C D

tablehighlightcell (All)

A B
C D

td-highlight (cells A,D only)

A B
C D

no vertical borders

A B
C D

no borders

A B
C D