Page 1 of 1

How to insert a Bookmark (anchor) into a Text Box

Posted: Mon Oct 26, 2020 4:20 am
by Ozcarnut
Very new to Web Builder (V16). For many years have used Netobjects 2015 to create and publish my personal web sites. Now trying to build my four hobby sites in WWB. Looks like a great program but not easy to learn.
I have placed a text box inside a LayOut Grid on my Page and want to place a bookmark (anchor) next to a word in the text. I can place the Bookmark on the Page or on the LayOut Grid but cannot work out how to place the Bookmark next to the text within the Text Box and for it to move with the text as I continue to edit it.
I have searched the Forum but have not found the answer to my problem. Assistance required and appreciated.

Re: How to insert a Bookmark (anchor) into a Text Box

Posted: Mon Oct 26, 2020 7:04 am
by Pablo
You cannot directly place a bookmark object inside a standard text box.
But you can create an anchor like this:
- insert a link in the text, where yo want the bookmark
- set the URL to "#"
- in the Advanced tab set the ID, for example 'jumptohere'

Now you can use this bookmark anywhere in the page.
#jumptohere

Re: How to insert a Bookmark (anchor) into a Text Box

Posted: Thu Oct 29, 2020 12:27 am
by Ozcarnut
Thanks Pablo, not quite what I had in mind but I worked out how to get around the problem and now have an Anchor/Bookmark that works.