Forum Moderators: open

Message Too Old, No Replies

Changing text size in Explorer, and the table that contains it

Ranging web page

         

Alex2005

2:38 pm on Feb 13, 2004 (gmt 0)

10+ Year Member



Hello all. First of all, sory for my bad english!
I have such problem. When i click on the View->TextSize menu in the IE and change its value, whole text on the page is changing. But scope of the page that was created with <table>...</table> tags does`t change. Can you tell me how can I force browser to ranging such text. Thank you.

korkus2000

4:24 pm on Feb 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld Alex2005,

So do you want the tables to grow when the text size is changed or have the text size not be able to change?

Alex2005

8:07 am on Feb 16, 2004 (gmt 0)

10+ Year Member



I want table to stay without changes but the text size - to change.

highman

8:44 am on Feb 16, 2004 (gmt 0)

10+ Year Member



td{
font-size: 1em
}

You have to specify the text size in the table td, I think this applies to IE5