skyegospel:
Globie, are you using Firefox by any chance? If so, have you ried it on internet explorer? I am havin a lot of problems trying to get thi don myself - I have searched and searched for code that will work both firefox and ie, but can't find anything! I found a web site that uses one that works and looks the same in both browsers but couldn't see how it was done.
One thing I have used is the Bookmark Sidebox (found here: http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=865 ). It is good - puts the add to favourites text (which can be altered) in a sidebox. It getsaround the browser differences by making it 'Add to Favourites' if you are using IE, but it sense if you are using another browser that isn't compatible with the code and instead says 'press ctrl + D to bookmark' so is quite a compromise.
It's good, but I would also really like to find something that works across different broswers just by clicking.
Stuart
Did you ever find add to favorites/bookmark site link instead of installing a new sidebox?
I found a site with code details, but do not know where to put it. http://www.yourhtmlsource.com/javascript/addtofavorites.html
and follow link of see the code as:
<span style="cursor: hand; text-decoration: underline;" onclick="window.external.AddFavorite(location.href, document.title);">
Click here to add this page to your favorites</span>