Thread: Small php table
View Single Post
  #13 (permalink)  
Old Mar 4th, 2008, 10:11
kerrsmith kerrsmith is offline
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;
}
Reply With Quote