|
I am using an external style sheet (css) for my text sizes, links and colors, so when someone changes their size on their browser it has no effect on the text. However, some of the html tables I am using for placement on my webpage will change size when the browser text size is changed is IE6. Vertically they always stay the same, since I am using align=95%.
But the horizontal spacing between lines of text or objects in the tables will increase or decrease when the browser font size is changed to larger or smaller, and the table size will increase or decrease.
For example if I have 2 lines of text in the same table and a <p> between them, when the browser text size is changed to larger, the space between the two lines of text increases and the size of the table increases horizontally, Likewise, it decreases when it is changes to smaller. It is really bugging me because I can’t figure out why it is doing that. I am building all of my pages the same way, and on some of them the tables resize when the browser text size is changed, and some stay the same when the browser text size is changed, even though both tables are basically the same. For the ones that change, the page looks completely different on smallest browser text size and largest text size.
I am using notepad for the html and css.
Thanks in advance for any help-
|