Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Bookmarks

 

 


wimberb
User

Nov 15, 2006, 3:55 PM

Post #1 of 3 (979 views)
Shortcut
Bookmarks Can't Post

How do you create bookmarks within the WYSIWYG editor? I can see how to link to a bookmark that has been created but I can't seem to figure out how to create the bookmark in the first place.


Damon
Staff / Moderator


Nov 15, 2006, 10:49 PM

Post #2 of 3 (970 views)
Shortcut
Re: [wimberb] Bookmarks [In reply to] Can't Post

Hi,

You can add bookmarks (anchor links) directly into the source using the <> button and addiong the code or by adding a Bookmark button into your WYSIWYG editor.

To add the Bookmark button open this file:
/javascript/loadwysiwyg.js

Search for this text:
"Hyperlink","Image",

Add this:
"Hyperlink", "Bookmark","Image",

Save and upload the file. The bookmark button will now appear in the WYSIWYG editor tool bar.

To use, highlight text to add anchor link to and click the anchor button.

Enter in an anchor link word and save. Now when you use the Hyperlink button to create a link, all the anchor links on the page will appear in the Bookmark dropdown list.

I hope that helps. Let us know if you have any other questions.

--------------------------------------------------- 
Cheers
Damon Edis
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/


wimberb
User

Nov 15, 2006, 10:57 PM

Post #3 of 3 (967 views)
Shortcut
Re: [Damon] Bookmarks [In reply to] Can't Post

That got it. Thanks.