View Single Post
Old 03-05-2005, 03:19 AM  
moltar
Confirmed User
 
Join Date: Feb 2005
Posts: 116
Here is the code I use to style tables:

Code:
table {
	border-left: 1px solid #B6B6B6;
	border-collapse: collapse;
	margin: auto;
	text-align: left;
	font-size: 1em;
}
th,
td {
	padding: 5px;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}
moltar is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote