Re: Popup windows with <TABLES>, <FOOTNOTES> and <DIV>? -Reply

>>> Heikki Vesalainen <wes@clinet.fi> 03/19/96 10:45pm >>>
>By using the A tag this would be:
>
><A name=morf_bear>
><h3> Teddy Bear Gender </h3>
><P> It is unclear, however, whether Rupurt regarded his teddy bear as a male or
>female bear, or the effect this might have had on childhood and his later
>developement.
></A>

But the problem with putting it into anchor tags
is that <a> is a character-level tag, not a block 
tag, so this is okay:
<P> <A> </A> </P>

but this is not:
<A> <P> </P> </A>

(Also, I think I should have used "morf_bear" instead of
morf_bear (without the quotation marks) as morf_bear doesn't
validate.)

>this way we could have it compatible with older browsers, and then this:
>> to only as "bear" [<a href="morf_bear"><sup>1</sup></a>]would be ...<a
>href="#morf_bear">...!
>
>--  Heikki Vesalainen http://www.clinet.fi/~wes/ wes@clinet.fi

Received on Tuesday, 19 March 1996 16:35:33 UTC