How To Use Tables

From Drunkapedia
Revision as of 18:14, 30 March 2010 by imported>Tlosk
Jump to: navigation, search

http://en.wikipedia.org/wiki/Help:Table


small big
small big
small big
small big

Frames

This example demonstrates how to use the "frame" attribute to control the borders around a table. This feature is only supported in modern browsers. Each example changes only the frame parameter:

{|frame="??"
!A
!B
|-
|100
|200
|}
frame="border"

A B
100 200
frame="above"

A B
100 200
frame="below"

A B
100 200
frame="hsides"

A B
100 200
frame="vsides"

A B
100 200
frame="lhs"

A B
100 200
frame="rhs"

A B
100 200
frame="box"

A B
100 200
frame="void"

A B
100 200