Blurbs: How to Create an Anchor
Overview
An Anchor is a navigation tool used to jump quickly between different sections within a single Presentation. Think of it as a self-created menu bar. Brandboom already has this visible for buyers in the top right of the buyer side menu bar, but some sellers prefer to add this within the presentation too. This is especially helpful for large Presentations with multiple brands or categories. We achieve this by using our Blurbs feature.
Setting up anchors requires two main steps:
-
Creating the "destination" anchors in your Target Blurb, which is the section you want to link to, such as "Jeans"
-
Building the navigation links in your main "menu" Blurb.
How-to
Step 1: Create Anchors in Target Blurbs
You must add a code to every Section/Blurb you want to link to (e.g., Tops, Jeans, etc.).
-
Open your Presentation and click to create or edit the target Blurb.
-
Click the Source Code icon in the toolbar.
-
Copy and paste the following code into the Source Code box:
<p><a class="anchor" name="blurb name"></a></p> -
Replace
"blurb name"with the specific name of your Blurb (e.g.,name="Jeans"). -
Click the Save icon.
-
Repeat these steps for every Blurb you wish to anchor.
Step 2: Display Navigation Links
Once your destinations are set, you need to create the clickable links that will take the buyer there.
-
Click to edit the Blurb where you want your navigation menu to appear (usually the first Blurb in your presentation).
-
Click the Source Code icon.
-
Copy and paste the following code for each link:
<a href="#blurb name">display title</a> -
Customize the code:
-
Replace
blurb namewith the exact name you used in Step 1 (e.g.,#Jeans). -
Replace
display titlewith the text you want the buyer to see (e.g., Jeans).
-
-
Click the Save icon.
Important: The name in your navigation link must match the spelling in your anchor code exactly for the link to function.
