Table

Add tabular data by using CSV format

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="no" striped="no" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]

Bordered

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="yes" striped="no" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]

Striped

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="no" striped="yes" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]

Hover

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="no" striped="no" hover="yes" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]

Condensed

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="no" striped="no" hover="no" condensed="yes" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]

Without Header

NumberFirst NameLast NamePoints
1EveJackson94
2JohnDoe80
3AdamJohnson67
4JillSmith50

Show Code

[bsg_table bordered="no" striped="no" hover="no" condensed="no" with_header="no" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]