Later =)
>Later =)
As far as I can tell, WebExplorer also doesn't recognize the
<title></title> pair. Text I put between these keywords is not
displayed by WebExplorer on my machine.
--
Dave Feustel N9MYI Internet: <feu...@netcom.com>
219-483-1857 Compuserve: <73532,1747>
Finger feu...@netcom.com for PGP public key
ASCII PGP encrypted mail welcome
Sure it does. Text delimited with <title></title> goes to the
title bar of WE, not to the client area. So the title bar of WE reads
"IBM WebExplorer - The Title of this HTML Page". Incidently, this
is also what is shown in the task list.
--
Rodney R. Korte Disclaimer: I'm my own thinker.
The Graduate Program in Acoustics OS/2. Operate at a higher level.
The Pennsylvania State University ++ PGP key: server, finger or request ++
202 New ARL Building E-Mail: ko...@sabine.acs.psu.edu
University Park, PA 16802 USA Voice: 814-863-8319 Fax: 814-865-3119
Strange. Not having that problem here. Sample file:
=== begin junk.html ===
<html><title>my title</title>
This is default
<p>
<h1>This is h1</h1>
<h2>This is h2</h2>
<h3>This is h3</h3>
<h4>This is h4</h4>
<h5>This is h5</h5>
<h6>This is h6</h6>
<h7>This is h7</h7>
</html>
=== end junk.html ===
I get normal sized text, followed by very large down to small at h6 (h4
works fine too). h7 is the same as h6. If I go to h8 or higher, they are
default. h7 is recognized by WE since it appears on its own line. h8 and
up are not recognized, as they will all appear on the same line (if that
doesn't make sense, try it- then it should).