Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 16th, 2006, 03:55 AM
Yeah
Guest
 
Posts: n/a
Default Text rendering problem with higher monitor DPI

I just purchased a Samsung 930B flat-panel monitor. Its *recommended*
resolution is 1280x1024.

I was previously running at 1024x768, but I also work with graphics. Any
images that were square or circle looked about 10% taller than they should
be. Naturally, correcting the screen resolution to the monitor's native of
1280x1024 fixed this and displayed more accurate proportions.

Because this change made all screen elements microscopic, my next step was
upping the monitor's DPI setting to Large (120dpi). Unfortunately, this
causes disproportion in the text in my web site, and I cannot decide whether
to change Internet Explorer's text size from Medium to Smaller. (At 120dpi,
Smaller is the closest match to where I was before).

I believe my best bet is to code the text size in my web site to compensate
for these changes. Can anyone give me any options which may help keep my web
site's text consistent through changes in resolution and DPI?


  #2  
Old February 16th, 2006, 04:25 AM
Adrienne Boswell
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

Gazing into my crystal ball I observed "Yeah" <yeah@positive.net> writing
in news:YASIf.2403$et.2210@dukeread12:
[color=blue]
> I just purchased a Samsung 930B flat-panel monitor. Its *recommended*
> resolution is 1280x1024.
>
> I was previously running at 1024x768, but I also work with graphics.
> Any images that were square or circle looked about 10% taller than they
> should be. Naturally, correcting the screen resolution to the monitor's
> native of 1280x1024 fixed this and displayed more accurate proportions.
>
> Because this change made all screen elements microscopic, my next step
> was upping the monitor's DPI setting to Large (120dpi). Unfortunately,
> this causes disproportion in the text in my web site, and I cannot
> decide whether to change Internet Explorer's text size from Medium to
> Smaller. (At 120dpi, Smaller is the closest match to where I was
> before).
>
> I believe my best bet is to code the text size in my web site to
> compensate for these changes. Can anyone give me any options which may
> help keep my web site's text consistent through changes in resolution
> and DPI?
>
>
>[/color]

Yes, don't set a font size at all, or set it in percentages, eg:

body {font-size:100%}
h1 {font-size:130%}
..legaleze {font-size:85%}

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
  #3  
Old February 16th, 2006, 04:55 AM
Joel Shepherd
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

In article <YASIf.2403$et.2210@dukeread12>, "Yeah" <yeah@positive.net>
wrote:
[color=blue]
> I just purchased a Samsung 930B flat-panel monitor. Its *recommended*
> resolution is 1280x1024.
>
> [snip complaints that font size in web browser is now too small]
>
> I believe my best bet is to code the text size in my web site to compensate
> for these changes. Can anyone give me any options which may help keep my web
> site's text consistent through changes in resolution and DPI?[/color]

Are you the only person who visits your web site? If so, then, heck,
specify the font size in points, and do whatever makes you happy.

Oh, wait. You say your web site is on the Internet, and available to the
public? Well, in that case, it'd be quite selfish of you to change the
size of text that _all_ of your visitors will see, simply because your
own personal browsing situation has changed. In that case, you should
adjust your own _browser's_ settings so that text on your web site (and
presumably, most others) is at a size that you can read easily, and
trust that your visitors will do the same.

Forcing some font size on your visitors in order to improve your own
personal browsing situation is not only a crude solution, it's rude.

--
Joel.
  #4  
Old February 16th, 2006, 10:25 PM
Chris Beall
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

Yeah wrote:[color=blue]
> I just purchased a Samsung 930B flat-panel monitor. Its *recommended*
> resolution is 1280x1024.
>
> I was previously running at 1024x768, but I also work with graphics. Any
> images that were square or circle looked about 10% taller than they should
> be. Naturally, correcting the screen resolution to the monitor's native of
> 1280x1024 fixed this and displayed more accurate proportions.
>
> Because this change made all screen elements microscopic, my next step was
> upping the monitor's DPI setting to Large (120dpi). Unfortunately, this
> causes disproportion in the text in my web site, and I cannot decide whether
> to change Internet Explorer's text size from Medium to Smaller. (At 120dpi,
> Smaller is the closest match to where I was before).
>
> I believe my best bet is to code the text size in my web site to compensate
> for these changes. Can anyone give me any options which may help keep my web
> site's text consistent through changes in resolution and DPI?
>
>[/color]

Yeah,

See http://pages.prodigy.net/chris_beall...nt%20size.html.

Chris Beall

  #5  
Old February 20th, 2006, 04:55 PM
Alan Silver
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

In article <Xns976BCCF6C38BEarbpenyahoocom@69.28.186.121>, Adrienne
Boswell <arbpen2003@sbcglobal.net> writes[color=blue]
>body {font-size:100%}[/color]

Pardon my ignorance (I mean that, I wasn't being sarcastic), but
wouldn't this be the default anyway? Isn't it pointless setting this?

--
Alan Silver
(anything added below this line is nothing to do with me)
  #6  
Old February 20th, 2006, 05:35 PM
Beauregard T. Shagnasty
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

Alan Silver wrote:
[color=blue]
> In article <Xns976BCCF6C38BEarbpenyahoocom@69.28.186.121>, Adrienne
> Boswell <arbpen2003@sbcglobal.net> writes[color=green]
>> body {font-size:100%}[/color]
>
> Pardon my ignorance (I mean that, I wasn't being sarcastic), but
> wouldn't this be the default anyway? Isn't it pointless setting this?[/color]

Yes, it is the default, but as I understand it, doing the setting helps
alleviate an IE bug, where that browser tends to get confused if it is
not declared.

It also shows your intent to observe user defaults to anyone reading
your code.

--
-bts
-Warning: I brake for lawn deer
  #7  
Old February 20th, 2006, 06:05 PM
Alan Silver
Guest
 
Posts: n/a
Default Re: Text rendering problem with higher monitor DPI

In article <fZmKf.44886$id5.4311@bgtnsc04-news.ops.worldnet.att.net>,
Beauregard T. Shagnasty <a.nony.mous@example.invalid> writes[color=blue]
>Alan Silver wrote:
>[color=green]
>> In article <Xns976BCCF6C38BEarbpenyahoocom@69.28.186.121>, Adrienne
>> Boswell <arbpen2003@sbcglobal.net> writes[color=darkred]
>>> body {font-size:100%}[/color]
>>
>> Pardon my ignorance (I mean that, I wasn't being sarcastic), but
>> wouldn't this be the default anyway? Isn't it pointless setting this?[/color]
>
>Yes, it is the default, but as I understand it, doing the setting helps
>alleviate an IE bug, where that browser tends to get confused if it is
>not declared.
>
>It also shows your intent to observe user defaults to anyone reading
>your code.[/color]

Thank you. That makes it clear. I shall add that line in future.

--
Alan Silver
(anything added below this line is nothing to do with me)
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles