|
|
Subject:
Font size in netscape4.7 and IE5.5
Category: Computers > Programming Asked by: anil18-ga List Price: $8.50 |
Posted:
09 May 2004 09:39 PDT
Expires: 08 Jun 2004 09:39 PDT Question ID: 343542 |
I want the size of the text in the browser to be constant even though we change font textsize in I.E by going to view->"text size" ->largest and also in netscape4.7 by going to view->increase font | |
|
|
There is no answer at this time. |
|
Subject:
Re: Font size in netscape4.7 and IE5.5
From: jr_usa-ga on 09 May 2004 21:51 PDT |
Hi anil18-ga you need to provide some more information such as your operating system and it would help to know why you want to do this. I do not have a solution ready to use and perhaps some one else can provide that based on this approach. A possible solution is to run a program called a filtering proxy on the computer and then set up your browser so that all request from the browser that normally go to the web directly, go through the proxy first. this would allow you to then Configure the proxy to rewrite the html tags that deal with fonts so that they will all be the same size. I would imagine that this would cause problems with a small percentage of pages, but should be very few. Take a look at Privoxy to do this http://www.privoxy.org/ you may need to get someone to do the configuration and/or write the filter to do this. On the other hand if what your after is just make things bigger on the screen so that they will be easyer to read then try using a bookmarklet see http://www.squarefree.com/bookmarklets/ specifically http://www.squarefree.com/bookmarklets/pagedata.html#zoom_layout look for zoom_layout and from http://www.sam-i-am.com/work/bookmarklets/ specifically http://www.sam-i-am.com/work/bookmarklets/dev_debugging.html look for Zoom In, Zoom Out Best of luck. |
Subject:
Re: Font size in netscape4.7 and IE5.5
From: antonye-ga on 11 May 2004 06:41 PDT |
This is very easy to do within a Style-Sheet, which is supported by both versions (and later) of Netscape and IE that you require. You need to set your font size to a definitive pixel size, rather than by point size, in the style sheet. This will ensure that the font is always displayed at that pixel size irrespective of the user's and program font scaling. For example, use the following code in your Style Sheet: BODY {font-size: 8px;} This will set the font size of the BODY element to 8 pixels. For more information and examples on how to use Style Sheets, see this: http://www.htmlhelp.com/reference/css/quick-tutorial.html Hope this helps. |
Subject:
Re: Font size in netscape4.7 and IE5.5
From: humphnor-ga on 11 May 2004 19:43 PDT |
Are you wanting to ensure that a web page you are building will appear the same. Or pages you open are the same. To ensure that any page opens on your PC in the same font size. This will not affect other users. IE. 5.5 Tools | Internet Options | Accessibility button in the bottom right. Put a check mark in Ignore font sizes specified on Web Pages. Netscape Nav 4.7 Click on Edit then Preferences Click on Appearance then Fonts. 'Ignore font styles specified' |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |