I am currently creating a website which is divided up by separate tables that are above and below each other. I am having a problem because there is a top table and a bottom table. In the cells in the top table there is text. In the cells in the bottom table, there are graphics. When the browser text is resized, the right-hand side of both tables goes out of alignment, so there isn't a smooth line anymore.
I have to have two tables, because the column divisons in each table are different, and i cannot divided it up that way.
Is there a way to code that the right hand side of both of the cells stay in alignment, so even if the text is increased or decreased, they will always stay in line and move proportionally to each other? Or, is there a way to lock the size of the cells in the table, so that text resizing does not increase the size of the cell. I understand that some text may be cut off, but this may still be the best option.
I have currently resorted to making the text into a jpeg (as one big block) so that text resizes do not have an impact, but this is not the best way to go about it and will cause download time to be very large. Even still, text resizing shifts around the cells and alignment, but at the moment it is bearable.
Thanks
