Eli Zaretskii wrote:
> 
> > From: Anton Ertl <[EMAIL PROTECTED]>
> > Date: Sat, 3 Jun 2000 12:36:59 +0200 (MET DST)
> > 
> > <li><a name="fn-40"></a>
> > <p>We use ...
> > 
> > In HTML 2.0 there must be something between <a ...> and </a>.  And
> > there are browsers (e.g., x-mosaic) that ignore empty anchors like the
> > above.
> 
> What would you suggest to put there, so it doesn't look ugly?

The following works with x-mosaic:

<a name="fn-40"><li></a>
<p>We use ...

I am not sure this is proper HTML-2.0, though.  Alternatively, you
could use a <dl> instead of an <ol> and then use:

<dt><a name="fn-40">40.</a>
<dd>We use ...

- anton

Reply via email to