Fixing text size

F

Francis

Hi,

I would be very grateful if anyone knows the answer to this one:

I run a website, everything is fine, except when some people access it on
their computers the text resizes and totally spoils the graphics and the
overall layout. Sometimes its because the they have text size set to large
or small in their browser settings, and sometimes it just does this even
when the setting are ok.

My question - I have visited sites where even with the text size settings
changed on the browser, the text is a fixed size and does not change in any
way. How do I do this?

Thanks in advance for your help.
 
M

Murray

Francis:

You cannot. The sites you have visited where it seems you can are using
pixels for text sizing with CSS. IE is the only browser that will not
resize this text, and if you use the Accessability option in IE, you can
defeat that. All other browsers will resize all text on the page "out of
the box" so to speak.

So - the answer to your question is that there is no way to prevent this
from happening.

This puts some design constraints on you as the developer, to be sure. What
it means is that you must build the site so that it accommodates such text
resizing. Unfortunately, as long as you use tables for site layout, this is
not easy to do. With CSS methods, you have a great deal more control over
container widths and sizes, but that is much more advanced layout
methodology.
 
G

Guest

Hi Francis,

I had the same problem as you do. Actually I was able to fix it with the
following directions;

On view menu, click design, than highlight the text ares with your mouse,
right click with the mouse, select font and click again.
Where you see the size it migth be (10pt) delete that and write 12px
than click apply than ok. save it, than try to view. I'm sure it will help.
Please let me know the result.
Hulya
 
G

Guest

Hi Murray,
What do you mean by that??? ( modern browsers) Because I was reading all
the suggestion about it. I mean I was using font size as 10pt, it was
horrible when I was trying to view with my browser, when I change it form
10pt to 12px, I seems working out at leats with my browser. It does not make
any different if size of text larger or medium or small..
 
M

Murray

In FireFox, Mozilla, Netscape, Safari, I can zoom the text size regardless
of your use of pixels. In IE, I can do this by enabling my accessability
options. What I mean is that it doesn't work.

The only way you can fix your text size is to use images, and you know how
bad that is.
 
G

Guest

Hi Murray,
What I understand if I will use images, than search engines can not index my
web site. Actually I don't want to that.
I might be wrong, but what I understand that, regular people using
microsoft. As a microsoft users will work. Please let me understands this.
 
M

Murray

What I understand if I will use images, than search engines can not index
my
web site. Actually I don't want to that.

That's correct.
what I understand that, regular people using
microsoft. As a microsoft users will work. Please let me understands this.

You understand incorrectly. Open IE, and use TOOLS > Internet Options... >
Accessability > Formatting - Ignore font sizes specified on Web pages. You
will now be able to resize any font on any page. People who use any other
modern browser will not even have to do this. They can just resize right
away.
 
C

Chuck Davis

Hulya Erol said:
Hi Murray,
What I understand if I will use images, than search engines can not index
my
web site. Actually I don't want to that.
I might be wrong, but what I understand that, regular people using
microsoft. As a microsoft users will work. Please let me understands this.

It doesn't matter what you want. Our Computer Club members (all 55+ years)
are now quite adept at enlarging the text from the keyboard. It seems that
developers want small font 'cause it looks cool. When one can't read it,
it's a real turn off. In our classes, we recommend a person find another
site if they can't read the text.

Don't put stumbling blocks in the users way! I too have visited site where
the text size has been restricted for Internet Explorer. My default browser
is Firefox. Ctrl++ will increase the text size.
 
B

Bob Lehmann

regular people using microsoft
ummm... Has it occurred to you that there are a number (and growing) of
"regular" people who don't use IE?

Bob Lehmann
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top