Another possibility: IE 6 does sometimes behave differently if you define
your font sizes with CSS font size keywords (e.g., "x-small", "small",
"medium"), depending on whether or not the HTML page is considered to be in
"standards-compliant" mode. (See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie60/html/cssenhancements.asp.)
That shouldn't change with the <font> tag, but I'm wondering if some
combination of behaviors is producing a similar result.
"Mr Earl" <ladd...@earthlink.net> wrote in message
news:1136230849.4...@g14g2000cwa.googlegroups.com...
The <font> tag is actually not recommended anymore; the better way to manage
fonts is through CSS. Is it an option for you to strip the <font> tags and
use CSS to define something that may work better?
"Mr Earl" <ladd...@earthlink.net> wrote in message
news:1136286806.2...@g44g2000cwa.googlegroups.com...
note again (Rob's posting) that the <font> tag is actually not recommended
anymore.
Some (old) information you can find at:
http://www.annabella.net/fonts.html#size
To see how CSS is working copy following lines to a HTML file and follow the
steps below
*********************************************
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="design.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>This is a example text to migrate a font tag to CSS (here: without
format).</p>
<p><font size="2">Example text to migrate a font tag to CSS (here: font size
2).</font></p>
<p><font size="3">Example text to migrate a font tag to CSS (here: font size
3).</font></p>
<p><font size="4">Example text to migrate a font tag to CSS (here: font size
4).</font></p>
</body>
</html>
*************************************
Copy following lines to a file "design.css" in the same folder
*************************************
/* Default Style Sheet */
/* (c) Ulrich Kulle, Hannover*/
/*---------------------------------------------*/
p {
font-family: Arial;
font-size: 20pt;
line-height: 22pt;
}
/* note box */
p.note {
background-color : #FFFFCC;
border : 1px solid #FFCC00;
clear : both;
color : black;
margin : 12px 30px 12px 20px;
padding : 6px 6px;
}
*************************************
To see how it works delete e.g. one line <font size="2"> and </font> in your
HTML file.
To see how it works without CSS copy your HTML file and delete following line in
this HTML file:
\\\
<link href="design.css" rel="stylesheet" type="text/css">
///
To see how CSS works save design.css and open with notepad to edit following
line in the "p" section:
font-size: 20pt;
Play with this - 1 pt is 1/72 inch.
The "p.note" section is only one more example. You can try with <p class="note">
in your HTML file.
HTH
Watch for word wrap for the copy.
Best regards
Ulrich Kulle
*******************************************
http://www.help-info.de
*******************************************
Click and zoom out to see my location:
http://tinyurl.com/c4fn6
*******************************************
Annabella has a standard (I'm not sure -not for future use- but may be this is
solution for you to search for size="2" and replace with size="3"):
Font size="3" ...this is the default font size.
Remember Browser preferences: View | Text Size
It's not naturally:
When you are using CSS you have to add e.g "design.css" to the [FILES] section
of your HHP file in the right folder structure..
> Thank you Ulrich for your comprehensive reply.
> After further testing it seems that HELP Files in my purchased
> applications also display TOO SMALL if the .chm file is on MY computer.
> If the HELP File is ONLINE, it displays correctly. So it appears that
> using CSS instead of "font size" will not make a difference. Is that a
> clue?
not really - seems more difficult.
What happens when you browse a single uncompiled HTML file in your HTMLHelp
project structure?
ONLINE Browser (Microsoft Internet Explorer) and CHM Viewer on the same
computer?
ONLINE? You mean a URL I can see (send the URL of the HTML file) or a local
uncompiled HTML file?
Can you send your CHM *before* and *after* recompiling/compiling to me?
Give a hint to the difference (snapshots).
--
Best regards
Ulrich Kulle
*******************************************
http://www.help-info.de
webmasterREMOVE##THIS at help-info.de
*******************************************
Thank you for investing so much of your time to my problem.
First let me give you a little background so you know more about my
experience. I am an experienced assembly language programmer, but a
novice with html and the internet. My html experience is self-taught
from simple examples, enabling me to create a working HTML HELP file
for a current project of mine. I consider myself a "slow learner",
with any success I've had coming from dogged determination.
The reason I'm telling you this is that you should not assume that I am
familiar with ANYTHING beyond simple, basic html.
Your questions:
1. What happens when you browse a single uncompiled HTML file in your
HTMLHelp project structure?
I get the same SMALL results. I had to change my <font size="2"> to
"5" to get the normal text size.
2. ONLINE? You mean a URL I can see (send the URL of the HTML file) or
a local uncompiled HTML file?
When I view the online help file from the program "FULLSHOT 9" it
displays normally. I don't know how to get the URL. I have neither
the compiled nor uncompiled html for that program on my computer.
3. Can you send your CHM *before* and *after* recompiling/compiling to
me? Give a hint to the difference (snapshots).
I don't quite understand this question. If I go back to an OLD,
unchanged, version of my HELP file, which used to work, now ALSO
displays too SMALL. So it appears something OUTSIDE of my html has
changed to ause this problem.
My Help File is simple, but very large (.chm = 1,067kb). I can send
you 1 page of my File. Can I send it as an email attachment to
"in...@help-info.de" ?
Thank you again for your help.
Steve
> 1. What happens when you browse a single uncompiled HTML file in your
> HTMLHelp project structure?
>
> I get the same SMALL results. I had to change my <font size="2"> to
> "5" to get the normal text size.
So - this means it's not a CHM recompiling problem.
Have you modified your View/Text Size setting in IE? Rob asked this before.
Please check again from the Microsoft Internet Explorer menu.
> 2. ONLINE? You mean a URL I can see (send the URL of the HTML file) or
> a local uncompiled HTML file?
>
> When I view the online help file from the program "FULLSHOT 9" it
> displays normally. I don't know how to get the URL. I have neither
> the compiled nor uncompiled html for that program on my computer.
You wrote ONLINE in the posting before so I thought you have your HTML files
on a web server and I'd have a look over internet. So we having misunderstood.
I don't use FULLSHOT 9 but I mean it's a screen shot software to snap the
browser window. So I don't know how to view online help with FULLSHOT. I
think you can use a browser or the CHM viewer.
> 3. Can you send your CHM *before* and *after* recompiling/compiling to
> me? Give a hint to the difference (snapshots).
>
> I don't quite understand this question. If I go back to an OLD,
> unchanged, version of my HELP file, which used to work, now ALSO
> displays too SMALL. So it appears something OUTSIDE of my html has
> changed to ause this problem.
Again - have you modified your View/Text Size setting in IE? Rob asked this
before. Please check again from the Microsoft Internet Explorer menu.
> My Help File is simple, but very large (.chm = 1,067kb). I can send
> you 1 page of my File. Can I send it as an email attachment to
> "in...@help-info.de" ?
Large ZIP files are no problem (e.g complete HTMLHelp project). I forgot the
word "project". But I think we should check only one HTML file. You can send
to the address above. Please attache some screenshots to see the difference
in font size.
--
HTH
Best regards
Ulrich Kulle
**************************
http://www.help-info.de
**************************
Sorry to cause all this work for NOTHING. Rob had it right in the
first reply, however it was my lack of knowledge about IE that caused
my problem.
When looking for a way to change the size of text I was looking under
"Internet Options". I never looked at the "View", "Text Size" which
was set to "smallest". When I set the "text size" to "medium" all was
back to normal.
The question now is, how did that get set to "smallest"? I suppose one
of my other applications could have set it, I sure didn't! unless by
accident.
Sorry. You did solve my problem, but it should have only taken one
reply. I appreciate your and Rob's efforts.
Steve
"Mr Earl" <ladd...@earthlink.net> wrote in message
news:1136473055.0...@f14g2000cwb.googlegroups.com...