Indented <MENU>s

Paul (Paul.Wain@brunel.ac.uk)
Thu, 17 Feb 1994 12:45:28 --100


Whilst automatically generating some indented menu's (upto 4 deep) I
created the following code:

GB
<MENU>
Brunel University
<MENU>
Counsellors
<MENU>
<BR>
<A HREF="http://molnir.brunel.ac.uk:4321/...>Dr S Smith</A>
</MENU>
<BR>
Economics
<MENU>
<BR>
<A HREF="http://molnir.brunel.ac.uk:4321/...>Dr J Smith</A>
</MENU>
</MENU>
</MENU>

Now when viewing this under Lynx I get what I think is the correct
response:

==============================LYNX DISPLAY=======================
GB
Brunel University
Counsellors

[1]Dr S Smith

Economics

[2]Dr J Smith
==============================LYNX DISPLAY=======================

*BUT* when I view the same HTML with Mosaic I get:

==============================MOSAIC DISPLAY=======================
GB

Brunel University
Counsellors

Dr S Smith

Economics

Dr J Smith
==============================MOSAIC DISPLAY=======================

As you can see Mosaic has added in an extra blank line. Am I right in
assuming that this is infact a bug in the mosaic rendering an that the
LYNX output is correct.

If not, how would I go about doing it?

.-------------------------------------------------------------------------.
| Paul S. Wain, (X.500 Project Engineer and WWW/HTTP chappie), |
|-------------------------------------------------------------------------+
| Computer Centre, Brunel University, Uxbridge, Middx., UB8 3PH, ENGLAND. |
| VOICE: +44 895 274000 extn 2391 EMAIL: Paul.Wain@brunel.ac.uk |
| http://http1.brunel.ac.uk:8080/~ccsrpsw/ |
`-------------------------------------------------------------------------'