Create an anchor
3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 19, 2008 (RSS)
By Djulia - March 19, 2008 - edited: March 19, 2008
Hi,
It is possible to create an anchor to link with the editor TinyMCE ?
Thank you for your answer.
Djulia
It is possible to create an anchor to link with the editor TinyMCE ?
<a name="myAnchor">Title</a>
Thank you for your answer.
Djulia
Re: [Djulia] Create an anchor ?
By Dave - March 19, 2008
Yes, you can either click the "HTML" button and do it manually or add an "anchor" button. To add an anchor button open the file: /lib/menus/default/edit_functions.php and search for "theme_advanced_buttons2".
You'll see a list of buttons. Add this where you want the anchor button: anchor and make sure you add a comma around it if needed.
That will let you add anchors. You can link to anchors with #anchorName in the link popup.
Does that do what you need?
You'll see a list of buttons. Add this where you want the anchor button: anchor and make sure you add a comma around it if needed.
That will let you add anchors. You can link to anchors with #anchorName in the link popup.
Does that do what you need?
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [Dave] Create an anchor ?
By Djulia - March 19, 2008
Thank you Dave, I have just made the modification and that works correctly. [:)]
Thanks,
Djulia
Thanks,
Djulia