|
Posted by Ian Rastall on 06/28/05 23:17
On Mon, 27 Jun 2005 19:15:54 -0700, "LaBlueGirl" <yeahyourite@com.com>
wrote:
>Where do I put the named anchor in the second paragraph? I have tried
>just about everywhere and I can't get the first link of the second
>paragraph to work....
Hi LBG. One thing to keep in mind is that if the page is all on the
screen, you won't see it move.
As far as where to put the anchor, it can go outside the block-level
element, though it's not supposed to. You could always put it in a
<div>, like:
<div><a id="middle" name="middle"></a></div>
which might even validate!
HTH
Ian
--
Was it not a comedy, a strange and stupid
matter, this repetition, this running around
in a fateful circle? (Hermann Hesse)
http://www.bookstacks.org/
[Back to original message]
|