PDA

View Full Version : Text Resizing


cac2889
12-02-2002, 05:53 PM
I put this in the HTML forum, but I moved it here hoping someone would notice it. It does fall under scripts too.

I need a little help. I have noticed on several sites that the font sizes are forced to remain at the font size you specify in your code. Visitors can't go up to VIEW/TEXT SIZE in Internet Explorer and change it to make the font larger. What code do you use to disable that function? When the text size is changed, my layout completely messes up. I do not have frames but I do, as everyone else does, use tables. Any ideas? Thanks in advance.

nidiaweb
12-04-2002, 08:59 AM
well for one thing, i dont know why you would want to do this.
the only thing i can think of is to ask the ie dept. of microsoft and hope that a miracle might happen in the form of a reply

DS2K3
01-02-2003, 10:08 PM
U could ask ppl not 2 change the size

InTrKtEVO
01-06-2003, 12:54 AM
<font size="+1"> - means to make the text on size smaller than their current text, -1 does the reverse

<font size="1" - means the font is size 1, and won't be changed