Posted by Jonathan N. Little on 06/28/05 05:38
LaBlueGirl wrote:
> Newbie here.
> Working on an exercise document.
> Question:
> The first named anchor was included in the heading. The link to it was
> in the following paragraph. Link worked fine.
> The second named anchor has no heading to fit neatly into. I can't
> figure out where to place it to make the link work.
> Here's a bit of the source code I was working on:
> <h1 size="2" name="top">Inline Anchors</h1>
> <p>I would like to click <a href="#middle">here</a> and be at the middle
> of the page.</p>
> <hr width="65%" align="center">
>
> <p><b>Middle!</b> But I would like to click <a href="#top">here</a> and
> be back to the top of the page<br />
> or click <a href="#bottom">here</a> and be thrown to the bottom of the
> page.</p>
> <hr width="65%" align="center">
>
> 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....
>
> Thanks
> LBG
>
Anchor:
<a name="anchorMe"></a>
..
..
..
..
<a href="#anchorMe">Jump to anchorMe!</a>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|