Anchor

HomeForumsTechozoicAnchor

This topic has 2 voices, contains 2 replies, and was last updated by  Holly 366 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
May 14, 2011 at 5:07 pm #1545

Holly

How do I add an anchor inside of a page – I’d like to link something at the beginning of the page that brings the reader to another place on a page when the link is clicked?

May 15, 2011 at 1:56 pm #1546

Jeremy Clark

You’ll need to switch over to your html editor when writing the post and then add this to where you want the anchor to be at.

a name="anchor"></a>

Then the link will look like this.

<a href="#anchor">Link to Anchor</a>
May 16, 2011 at 5:45 pm #1547

Holly

Thanks so much

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.