Thread
:
Small php table
View Single Post
#
13
(
permalink
)
Mar 4th, 2008, 10:11
kerrsmith
Junior Member
Join Date: Sep 2007
Location: uk
Age: 32
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Small php table
You need to apply border-spacing to the whole table not just the th and td tags. Try adding the following to your
CSS
code:
#timetable1
{
border-spacing: 5px;
}
kerrsmith
View Public Profile
Visit kerrsmith's homepage!
Find all posts by kerrsmith