I have two tables. If I leave them alone, one will print on the
screen, then below it the next, etc. This is normal.
However, I want table one on the left and table two on the right of
the screen.
Both are populated by two different queries, so they are not exactly
created at the same time.
I decided to use styles to position:absolu te the second table to the
right of the first table (much like a brochure, for example).
I am worried that this is not correct. For example, my text size is
set at smaller, but on medium the tables are not lined up right. The
blend into each other and when the browser's text size is larger,
well, it looks terrible.
How could I have achieved the same thing without this CSS style
"trick?" Thanks for advice.
screen, then below it the next, etc. This is normal.
However, I want table one on the left and table two on the right of
the screen.
Both are populated by two different queries, so they are not exactly
created at the same time.
I decided to use styles to position:absolu te the second table to the
right of the first table (much like a brochure, for example).
I am worried that this is not correct. For example, my text size is
set at smaller, but on medium the tables are not lined up right. The
blend into each other and when the browser's text size is larger,
well, it looks terrible.
How could I have achieved the same thing without this CSS style
"trick?" Thanks for advice.
Comment