HTML

<table id="my_table">
CSS

table#my_table    {
	border-collapse:none;
	width:100%
}
table#my_table td {
	margin: 1px;
	color: #000;
	padding: 2px 1px;
	text-align: center;
	font-weight: bold;
}
table#my_table td a:hover {
	text-decoration:none;
}
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *