CSV Display Block

0

PlayerInnPOAEFETErrors
BSteven Braun147151000
Jennifer Purcell5896000
Mariah Vargas1913433112
Amy Pender1866736505
Hollie Brown1149115606
Megan Dettling1833747325
Shannon Wessel7249101
Jill Engstrom103316303
Brandi Brucate163194404
Myrissa Prince194304111213
Kerrigan Travens169212410212
Kayla Arterburn77811639
Kelsey Callahan6430606
Total for Team 191.222341243561066

Here is the css used to style the CVS Display block.

div.swp-csv-displayer table {
	display: table;
	width: 100%;
}
 
div.swp-csv-displayer table tbody tr td {
	padding-left: 5px;
}
 
div.swp-csv-displayer table tbody tr {
	height: 27px;
}
 
div.swp-csv-displayer table tbody tr:nth-child(odd) {
	background-color: #e2f2db;
}
 
div.swp-csv-displayer table tbody tr:nth-child(even) {
	background-color: #f4f5d8;
}
div.swp-csv-displayer table tbody tr:last-child {
	background-color: #fccec9;
	border-style: solid;
	border-width: 1px;
}
 
div.swp-csv-displayer table tbody tr:first-child {
	text-transform: uppercase;
	color: black;
}
 
div.swp-csv-displayer table tbody tr td {
	padding-right: 5px;
	text-align: right;
}
 
div.swp-csv-displayer table tbody tr th {
	padding-left: 3px;
}
 
div.swp-csv-displayer {
	margin-bottom: 24px;

July 12, 2010

I tried adding smart web projects tables block to this page and the page refused to display anything. I have the site in production mode so don't know what php errors were happening but as a caveat "Don't mix csv and tables on the same page. There is a newer version of the Tables block forthcoming and I'll report back when I know how that functions.