I still can't get the inside border to match. here is my code:
there is a small, white, outline on the left of my table. i tried setting the border to "0" but the line is still there. Maybe there is a way to increase the cellpadding on only the far left and right so i wouldn't need the extra columns?
Bear in mind that the CCS border attribute and the table tag border attribute have nothing in common. I don't think you have a lot of control over the table attribute so I would not use it all in favor of CSS styles (which come with their own headaches, but at least you have some level of control over them). [ July 28, 2004: Message edited by: Bear Bibeault ]
Well, just looking at your code: 1. Your td's in first and second row mismatched. You should either have colspan=2 in a first row, or 5 tds in a second row. - That probably cause your white outline.
2. the setting width="760px" is meaningless, since your second row td's add up to 910px, though it doesn't hurt anything
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.