Blog, Website & Page Publishing

thinksachi
Member | Partner
Member | Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

I know how to add an anchor link to regular text. However, the WYSIWYG editor doesn't show up when I want to add it to a header area. What gives?

1 Accepted solution
MFall13
Solution
Contributor | Platinum Partner
Contributor | Platinum Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

Is the Header Content field editable? 

 

If so, replace "Programs VUIM Offers", with the following: 

<h2 id="anchor-text">Programs VUIM Offers</h2>

You can add basic HTML elements to the header content.  

View solution in original post

0 Upvotes
4 Replies 4
MFall13
Contributor | Platinum Partner
Contributor | Platinum Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

Can you post a screenshot of the header field you are trying to edit on the landing page? Chances are, you're adding header text on a regular text field (as opposed to a rich text field), which doesn't function as a WYSIWYG editor.

 

If that's the case, you can add a header element around you current header text and add an id to the header element. Would look something like this, added directly to the text field:

 

<h2 id="anchor-text">Header Copy Here</h2>
0 Upvotes
thinksachi
Member | Partner
Member | Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

Sure. This is a screenshot; 

https://nimb.ws/JprGjV

 

Where do I go to find that header text? I tried adding it on the left hand sidebar, Header Content, but that doesn't seem to work

0 Upvotes
MFall13
Solution
Contributor | Platinum Partner
Contributor | Platinum Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

Is the Header Content field editable? 

 

If so, replace "Programs VUIM Offers", with the following: 

<h2 id="anchor-text">Programs VUIM Offers</h2>

You can add basic HTML elements to the header content.  

0 Upvotes
thinksachi
Member | Partner
Member | Partner

How do you add an anchor link to a Header on the same page? Editor won't appear

SOLVE

Ah gotcha. Yeah, I did this prior to asking and still saw the HTML code in the preview so didn't think it would work. I had to save the edit in order to see the change take place. Thanks!

0 Upvotes