Registered: March 2, 2008 | Posts: 2 |
| Posted: | | | | Can anyone tell me how to change the text point size in Overview. |
|
Registered: March 15, 2007 | Reputation: | Posts: 5,459 |
| Posted: | | | | I found the easiest way was to create my own HTML window. That way I can set it to look any way I like. I used this code:
<HTML> <HEAD>
<SCRIPT TYPE="text/javascript"> <!-- <DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False"> //--> </SCRIPT> <style type="text/css"> body { margin: 0; padding: 5 5 50px 5; text-align: justify; font-family: Microsoft Sans Serif; font-size: 9pt; } </style> </HEAD> <BODY> <DP NAME="OVERVIEW"> </BODY> </HTML>
Just adjust the font size to whatever suits you best. |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,394 |
| Posted: | | | | North,
I've been using your HTML window for some time now, and I have a question for you. Why do you justify the text (text-align: justify)? I don't find that to make the text any easier to read and it makes it hard to find extra spaces in the text.
EDIT: I forgot to thank you for providing that window. I find it very useful, and use 11 point. | | | Another Ken (not Ken Cole) Badges? We ain't got no badges. We don't need no badges. I don't have to show you any stinking badges. DVD Profiler user since June 15, 2001 | | | Last edited: by kdh1949 |
|
Registered: March 15, 2007 | Posts: 366 |
| Posted: | | | | Maybe he works in the newspaper industry |
|
Registered: March 15, 2007 | Reputation: | Posts: 5,459 |
| Posted: | | | | I just prefer the way the justified text looks on my screen. |
|