View Single Post
  #12 (permalink)  
Old Apr 2nd, 2007, 17:42
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bug in IE display of td background image?

I would suggest you set the width on each cell
Code: Select all
<td colspan='7'>on Friday, March 30, 2007 at 4:38 PM</td>
You should have a width. I think you are having spacing issues because the cells do not add up to the total width of the table.
Reply With Quote