Google Answers Logo
View Question
 
Q: Large size type on Interenet explorer ( Answered,   3 Comments )
Question  
Subject: Large size type on Interenet explorer
Category: Computers > Software
Asked by: cycas-ga
List Price: $20.00
Posted: 07 Nov 2003 13:02 PST
Expires: 07 Dec 2003 13:02 PST
Question ID: 273643
I have a thinkpad T22 laptop. I am using Windows 2000 professional and
Internet explorer.I want to make the type on web pages bigger. I have
already gone to View then text size and set to largest. However the
size of the letters on some pages are still too small. I was told I
could create a file specifying larger type then go to Tools then
internet options then accessibility then tick ignore font sizes then
go to the folder I created with the larger type. Exactly how do I
create a new file and go to it and what do I put in the new file? Or
is there a simpler way to get bigger type?
Answer  
Subject: Re: Large size type on Interenet explorer
Answered By: sublime1-ga on 07 Nov 2003 22:03 PST
 
Hello cycas...

I also use Windows 2000 professional and have internet explorer
installed, so I was able to test my answer with a successful
outcome. As you've noticed, some pages are unresponsive to your
attempts to change the font size with your browser settings.
This is because web designers can specify settings in the 
HyperText Markup Language (HTML), used to author the webpage,
which prevent the browser settings from making any difference.

The solution to this, as you've correctly stated, is to use a
file which specifies a larger type, and the instructions you 
have for implementing it are correct. The file is called a 
.css file ('css' stands for 'cascading style sheet'). See 
this definition using Google's new 'define' function:
://www.google.com/search?q=define%3Acss

You can create your own file, however, Microsoft has made
a large font css file available in a tutorial for Internet
Explorer 5, on this page:
http://www.microsoft.com/enable/training/ie5/css.aspx

You can download the file from that page, or here:
http://www.microsoft.com/enable/download/products/ie/white.css

Just right-click the link above and select 'Save Target As'.

As I said, I tested this on my system, using Internet
Explorer 6, so I don't foresee any problems.

When you download the file, there will be a dialog box
which allows you to select the directory into which the
file will be downloaded. Make a note of where it goes,
or select a folder you prefer. Then, go to Internet 
Explorer and go to Tools -> Internet Options -> 
Accessibility, then tick Ignore Font Sizes, and also
check 'Format documents using my style sheet'. Then use
the 'Browse' button which becomes active to navigate to
the folder where you downloaded and saved the .css file.
Click 'OK' and your changes should take effect immediately.
 
This will cause your browser to ignore the settings which
have been written into the webpage by the designers and 
utilize the settings in the style sheet file instead.

If you examine the contents of the 'white.css' file from
the Microsoft page above, using a text editor such as
Notepad, you'll see that it contains the following text:
_________________________________________________________

BODY, TABLE {
        font-size:      24pt;
        font-weight:    normal;
        font-family:    sans-serif;
        background:     white;
        color:          black;
     }

B, I, U { color: red; font-weight: normal; font-style: normal; }
H1 { font-size: 32pt; }
H2 { font-size: 32pt; }
H3 { font-size: 32pt; }
H4 { font-size: 32pt; }
H5 { font-size: 32pt; }
H6 { font-size: 16pt; }

a:visited       {color: teal}
a:link          {color: navy}
a:active        {color: blue}
_________________________________________________________

If you want to get creative, you can edit the contents
to specify different font sizes, weights, families, and
background and font colors.

Be aware that certain webpages use images, such as .gif
or .jpg files to display boxes of text, and your style
sheet will have no effect on these images. Internet
Explorer 6 has a way to deal with this, to some extent.
If you have the 'Image Toolbar' enabled, you can resize
images by right-clicking on them. To enable the Image
Toolbar, go to 'Tools' -> 'Internet Options' -> 'Advanced
Tab' -> 'Multimedia' section, and check 'Enable Image
Toolbar'.


Please do not rate this answer until you are satisfied that
the answer cannot be improved upon by means of a dialog
established through the "Request for Clarification" process.

sublime1-ga


Searches done, via Google:

pages "don't respond" browser font size
://www.google.com/search?q=pages+%22don%27t+respond%22+browser+font+size

Request for Answer Clarification by cycas-ga on 08 Nov 2003 02:03 PST
sublime 1 Many many thanks. When I go to down load file I get a box
with "Open with " and options. What do I do then?

Request for Answer Clarification by cycas-ga on 08 Nov 2003 02:16 PST
sublime1 I am still trying on the first site you said to down load
when I get to the style sheets I can get no further where do I find
the "white.css" file?Sorry to be such a bother.Also On the scond site
where I get the Options box I I click internet explorer I get notice
"Cant find" Can you help?

Request for Answer Clarification by cycas-ga on 08 Nov 2003 02:25 PST
sublime 1 when I try to download sample page as directed on the first
site and right click I don't find the option save as target

Request for Answer Clarification by cycas-ga on 08 Nov 2003 02:44 PST
sublime1 Me again on the first site where it says download the desired
link,how do I do this? I am sending all these comments as I am trying
to follow the instructions so you could reply at one time and save you
time.

Request for Answer Clarification by cycas-ga on 08 Nov 2003 04:10 PST
sublime1 I have been able to get the larger type but now the script is
too big for page and I have to scroll across to read all the script.
Is there any way I can adjust to get all the script on the page
without having to scroll from side to side?

Clarification of Answer by sublime1-ga on 08 Nov 2003 09:02 PST
Good morning, cycas...

You've posted some Requests for Clarification while I've
been sleeping. Judging by the last one, you were able to
download the 'white.css' stylesheet and use it in your
browser, but you're finding that you must scroll to read
the page with the print being that big.

The most important thing here is whether the print size 
is comfortable for your eyes. As I noted, the contents
of 'white.css', when viewed with Notepad, contain this
line which determines the font size:

font-size:      24pt;

If that font size is ideal for your vision, then scrolling
to view the entire page is a fact of life which must be
accepted. The webpage is automatically resized to 
accommodate the enlarged print.

If, however, 24pt (24 point) type is larger than you need,
you can edit the entry above to reflect a smaller size:

- Open Windows Explorer, and navigate to the folder where
  you downloaded 'white.css'.

- Right-click on it and select 'Open with' from the menu.

- Scroll down until you find 'Notepad' and select it.

- Click 'OK'.

You will then see the text of the 'white.css' file,
which I posted in my answer. You can then edit the
entry which says "font-size:      24pt;"
by changing it to a smaller size, such as:

font-size:      16pt;

Then 'Save' the file after you've made the change.

I've followed the procedure I outlined above, and
the resulting file is temporarily available here:

http://members.cox.net/sublime_1/white2.css

You can right-click on the link above, download the
file and point your browser to it as you did with 
the first file, and you will see that the print size
has been reduced, and only a small amount of scrolling
is necessary to see the entire page. 

If the result isn't 'just right', you can continue to
modify the file, as I've illustrated above, until you
find a font size that is ideal for your vision.

Setting the font size to 14, e.g., would probably allow
most pages to load without the need for you to scroll
to see all the contents, but the font size might not
be large enough for you to see easily. You'll need to
determine this with a bit of trial and error.

Best regards...

sublime1-ga

Request for Answer Clarification by cycas-ga on 08 Nov 2003 09:28 PST
sublime 1 You have been very very helpful One last query.How do I
locate the white/css folder so I can adjust it as you suggest. Again
many many thanks

Request for Answer Clarification by cycas-ga on 08 Nov 2003 09:44 PST
sublime1 Worked out your last clarification so evrything complete.
Many, many thanks for being so very very helpful.Sorry for bothering
you with all those requests for clarifications which I worked out
after I sent them. Your instructions were crystal clear.

Clarification of Answer by sublime1-ga on 08 Nov 2003 09:54 PST
cycas...

I'm very pleased to learn that you've been able to assimilate
what I presented. It's been my great pleasure to assist you
in achieving a greater enjoyment of your computer and the 
internet. Enjoy!

sublime1-ga
Comments  
Subject: Re: Large size type on Interenet explorer
From: crabcakes-ga on 07 Nov 2003 17:51 PST
 
Have you tried holding down the Control Key of your keyboard while
rolling the scroll wheel of your mouse, either away from you or
towards you? (Depends on where the scroll wheel is currently set on
your mouse)?

Rolling (not pressing) the scroll wheel while holding down the control
key should maximize the font or minimize it, easily!

crabcakes-ga
Subject: Re: Large size type on Interenet explorer
From: cycas-ga on 07 Nov 2003 19:39 PST
 
As I avised I have a Thinkpad T22 NO mouse. Moreover I want to set
something to permanently increase size of the type larger that largest
on Text size on View.
Subject: Re: Large size type on Interenet explorer
From: owain-ga on 08 Nov 2003 09:41 PST
 
The Opera web browser has a pull-down on the menu bar that enables
text and images to be enlarged up to 10x normal size. It also has a
button enabling very easy changover between the website's own style
and the user's preferred style. "By choosing style sheets such as
"Accessibility layout" or "High contrast B/W" users can in a snap
modify pages for an easy read." It also has considerable flexibility
for keyboard only use ie no mouse:
http://www.opera.com/support/tutorials/nomouse/
Opera is a free ad-supported download from www.opera.com

Owain

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy