Problem with aligning columns in TableLayout?

Still the same. – DixieFlatline Jan 31 at 10:11.

Even though all of the cells in every column of the two tables on the following test page (http://www.shekinahstudios.com/test/dyntab.html) are set to the same width as all other cells in that column and the tables are set to the same width, in Internet Explorer 6.0, the columns don't line up. This can almost be fixed if I change the tags to 's, however as soon as I change the text formatting in one of the tables, the problem reappears (and is further compounded when I put things like form elements in the cells). Mozilla 1.4 displays it *almost* perfectly, except that the columns at index 20 (the 21st columns) end up being off by one despite setting them to the same size.

Does anyone know why either of these problems (particularly the first with regard to IE) might be occurring? Because of the intended use of this code, I need to allow the user to put any valid HTML constructs into the table and have it deal with them accordingly. http://www.shekinahstudios.com/test/dyntab.html represents what I consider to be a minimal test case of the problem.

I am working on creating library routines that will end up outputting data to multiple HTML tables which must have their columns aligned. They must be in separate tables because of other JavaScript behavior, which I have left out of this test case for clarity. In the interest of not having to require the user to pay attention to pixel level design details, I attempt to calculate the correct column sizes at render-time via JavaScript.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions