Forum Moderators: open
I also have some ASP code in there to show a 10th column if requested. When the 10th column in requested, I increase the table width to 845, and give column 10 a width of 100.
On paper it looks right. When I switch back and forth between the two pages though, the 10 column layout makes the other columns smaller. When I view source it looks like it should, yet on the screen it isn't.
Any ideas why this should happen?
they can and do override width and height attributes at will
That's probably the explanation. Annoying - that's why I used fixed width tables in the first place, to avoid the automatic resizing from percentages.
Suzy - all the code for that table is fixed. There is one table above it set to 100%, but it's not nested. That table closes, and the fixed width table begins. I'll sticky the code.
Thanks.