Hi everyone,
I'm trying to display a weekly schedule using ASP.NET...to simplify I used a nested tables design with one table serving as a container for other table (one for each day of the week)
Since Firefox and IE doesn't display the GridLines the same way I decided to use GridLines=none...