Portal
Language
 
Home>Knowledge Base>How do I...?>Create anchors (jump to a specific section of a page)
Information
Article ID68
Created On6/2/2009
Modified3/8/2010
Create anchors (jump to a specific section of a page)
To create anchors that do not look like links, wrap your anchored text inside the <h> tag not the <a> tag. e.g.

<a href="#anchor1">This is the link to the anchor </a>
....
<h4 id="
anchor1">This is the anchored text </h4>


In Email Blasts use the following instead:

<a href="#anchor1">This is the link to the anchor </a>
....
<a name="
anchor1">This is the anchored text </a>

See also working with HTML.
 
Bonasource Inc. 144 Front Street West, Suite 725, Toronto, Ontario M5J 2L7, Canada
Sales & Support: (Toll-free) +1 (877) 493-6090
All other inquiries: +1 (416) 410-4059
Copyright © 2009.
Wild Apricot™ by BonaSource Inc.
SmarterTrack Free Edition 4.7 | Customer Service Software | © 2010 SmarterTools Inc.